Langue

ConnectivityManager.RestrictBackgroundStatusDisabled Champ

Définition

Attention

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

L’appareil ne limite pas l’activité réseau limitée pendant l’exécution de l’application en arrière-plan.

[Android.Runtime.Register("RESTRICT_BACKGROUND_STATUS_DISABLED", ApiSince=24)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Net.RestrictBackgroundStatus enum directly instead of this field.", true)]
public const Android.Net.RestrictBackgroundStatus RestrictBackgroundStatusDisabled = 1;
[<Android.Runtime.Register("RESTRICT_BACKGROUND_STATUS_DISABLED", ApiSince=24)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Net.RestrictBackgroundStatus enum directly instead of this field.", true)>]
val mutable RestrictBackgroundStatusDisabled : Android.Net.RestrictBackgroundStatus

Valeur de champ

Value = 1
Attributs

Remarques

Java documentation pour android.net.ConnectivityManager.RESTRICT_BACKGROUND_STATUS_DISABLED.

Les parties de cette page sont des modifications basées sur le travail créé et partagé par Android Open Source et utilisées en fonction des termes décrits dans la Creative Commons 2.5 Attribution License.

S’applique à