次の方法で共有


PackageManager.FeatureRamLow フィールド

定義

機能 for #getSystemAvailableFeatures and #hasSystemFeature: デバイスの ActivityManager#isLowRamDevice() ActivityManager.isLowRamDevice() メソッドは true を返します。

[Android.Runtime.Register("FEATURE_RAM_LOW", ApiSince=27)]
public const string FeatureRamLow;
[<Android.Runtime.Register("FEATURE_RAM_LOW", ApiSince=27)>]
val mutable FeatureRamLow : string

フィールド値

属性

注釈

機能 for #getSystemAvailableFeatures and #hasSystemFeature: デバイスの ActivityManager#isLowRamDevice() ActivityManager.isLowRamDevice() メソッドは true を返します。

の Java ドキュメントandroid.content.pm.PackageManager.FEATURE_RAM_LOW

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象