言語

PowerManager.LowPowerStandbyAllowedReasonTempPowerSaveAllowlist フィールド

定義

注意事項

This constant will be removed in the future version. Use Android.OS.LowPowerStandbyAllowedReasons enum directly instead of this field.

一時的な電源保存許可リストのアプリを除外します。

[Android.Runtime.Register("LOW_POWER_STANDBY_ALLOWED_REASON_TEMP_POWER_SAVE_ALLOWLIST", ApiSince=34)]
[System.Obsolete("This constant will be removed in the future version. Use Android.OS.LowPowerStandbyAllowedReasons enum directly instead of this field.", true)]
public const Android.OS.LowPowerStandbyAllowedReasons LowPowerStandbyAllowedReasonTempPowerSaveAllowlist = 2;
[<Android.Runtime.Register("LOW_POWER_STANDBY_ALLOWED_REASON_TEMP_POWER_SAVE_ALLOWLIST", ApiSince=34)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.OS.LowPowerStandbyAllowedReasons enum directly instead of this field.", true)>]
val mutable LowPowerStandbyAllowedReasonTempPowerSaveAllowlist : Android.OS.LowPowerStandbyAllowedReasons

フィールド値

Value = 2
属性

注釈

一時的な電源保存許可リストのアプリを除外します。

Javaドキュメント。

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

適用対象