Android.Net.ConnectivityManager.ActionBackgroundDataSettingChanged Field
Broadcast Action: The setting for background data usage has changed values.

Syntax

[Android.Runtime.Register("ACTION_BACKGROUND_DATA_SETTING_CHANGED")]
[System.Obsolete("deprecated")]
public const string ActionBackgroundDataSettingChanged

Remarks

Broadcast Action: The setting for background data usage has changed values. Use ConnectivityManager.BackgroundDataSetting to get the current value.

If an application uses the network in the background, it should listen for this broadcast and stop using the background data if the value is false.

[Android Documentation]

Requirements

Namespace: Android.Net
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 3