Settings.Global.WifiSleepPolicyNever Field

Definition

Value for #WIFI_SLEEP_POLICY to never go to sleep.

[Android.Runtime.Register("WIFI_SLEEP_POLICY_NEVER")]
public const Android.Provider.GlobalWifiSleepPolicy WifiSleepPolicyNever = 2;
[<Android.Runtime.Register("WIFI_SLEEP_POLICY_NEVER")>]
val mutable WifiSleepPolicyNever : Android.Provider.GlobalWifiSleepPolicy

Field Value

Value = 2
Attributes

Remarks

Value for #WIFI_SLEEP_POLICY to never go to sleep.

This member is deprecated. This is no longer used by the platform.

Java documentation for android.provider.Settings.Global.WIFI_SLEEP_POLICY_NEVER.

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