Freigeben über


PowerManager.LowPowerStandbyAllowedReasonOngoingCall Feld

Definition

Achtung

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

Ausgenommen sind Apps mit laufenden Anrufen.

[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

Feldwert

Value = 4
Attribute

Hinweise

Ausgenommen sind Apps mit laufenden Anrufen.

Dies schließt Apps mit Vordergrunddiensten vom Typ "phoneCall" ein.

Java-Dokumentation für android.os.PowerManager.LOW_POWER_STANDBY_ALLOWED_REASON_ONGOING_CALL.

Teile dieser Seite sind Änderungen, die auf Arbeiten basieren, die vom Android Open Source Project erstellt und freigegeben wurden und gemäß den In der Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: