PowerManager.LowPowerStandbyAllowedReasonOngoingCall フィールド

定義

注意事項

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_ONGOING_CALL", 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 LowPowerStandbyAllowedReasonOngoingCall = 4;
[<Android.Runtime.Register("LOW_POWER_STANDBY_ALLOWED_REASON_ONGOING_CALL", 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 LowPowerStandbyAllowedReasonOngoingCall : Android.OS.LowPowerStandbyAllowedReasons

フィールド値

Value = 4
属性

注釈

進行中の呼び出しを含むアプリを除外します。

これには、"phoneCall" 型のフォアグラウンド サービスを持つアプリが含まれます。

の Java ドキュメント android.os.PowerManager.LOW_POWER_STANDBY_ALLOWED_REASON_ONGOING_CALL

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

適用対象