Share via


PowerManager.FeatureWakeOnLanInLowPowerStandby Field

Definition

Signals that wake-on-lan/wake-on-wlan is allowed in Low Power Standby.

[Android.Runtime.Register("FEATURE_WAKE_ON_LAN_IN_LOW_POWER_STANDBY", ApiSince=34)]
public const string FeatureWakeOnLanInLowPowerStandby;
[<Android.Runtime.Register("FEATURE_WAKE_ON_LAN_IN_LOW_POWER_STANDBY", ApiSince=34)>]
val mutable FeatureWakeOnLanInLowPowerStandby : string

Field Value

Attributes

Remarks

Signals that wake-on-lan/wake-on-wlan is allowed in Low Power Standby.

If Low Power Standby is enabled (#isLowPowerStandbyEnabled()), wake-on-lan/wake-on-wlan may not be available while in standby. Use #isAllowedInLowPowerStandby(String) to determine whether the device allows this feature to be used during Low Power Standby with the currently active Low Power Standby policy.

Java documentation for android.os.PowerManager.FEATURE_WAKE_ON_LAN_IN_LOW_POWER_STANDBY.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to