Settings.Global.WifiNetworksAvailableNotificationOn Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Whether to notify the user of open networks.
[Android.Runtime.Register("WIFI_NETWORKS_AVAILABLE_NOTIFICATION_ON")]
public const string WifiNetworksAvailableNotificationOn;
[<Android.Runtime.Register("WIFI_NETWORKS_AVAILABLE_NOTIFICATION_ON")>]
val mutable WifiNetworksAvailableNotificationOn : string
Field Value
- Attributes
Remarks
Whether to notify the user of open networks.
If not connected and the scan results have an open network, we will put this notification up. If we attempt to connect to a network or the open network(s) disappear, we remove the notification. When we show the notification, we will not show it again for android.provider.Settings.Secure#WIFI_NETWORKS_AVAILABLE_REPEAT_DELAY
time.
This member is deprecated. This feature is no longer controlled by this setting in android.os.Build.VERSION_CODES#O
.
Java documentation for android.provider.Settings.Global.WIFI_NETWORKS_AVAILABLE_NOTIFICATION_ON
.
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.