ApplicationInfo.RequiresSmallestWidthDp プロパティ

定義

アプリケーションが実行できる必要な最小画面幅。

[Android.Runtime.Register("requiresSmallestWidthDp")]
public int RequiresSmallestWidthDp { get; set; }
[<Android.Runtime.Register("requiresSmallestWidthDp")>]
member this.RequiresSmallestWidthDp : int with get, set

プロパティ値

属性

注釈

アプリケーションが実行できる必要な最小画面幅。 0 の場合、何も指定されていません。 < の属性から android.R.styleable#AndroidManifestSupportsScreens_requiresSmallestWidthDp android:requiresSmallestWidthDp 取得されます。supports-screens>タグ。

android.content.pm.ApplicationInfo.requiresSmallestWidthDpJava ドキュメント。

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象