Partager via


AppOpsManager.WatchForegroundChanges Champ

Définition

Attention

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

Indicateur pour #startWatchingMode(String, String, int, OnOpChangedListener): obtient également des rapports si l’état de premier plan de l’interface utilisateur d’une opération change.

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

Valeur de champ

Value = 1
Attributs

Remarques

Indicateur pour #startWatchingMode(String, String, int, OnOpChangedListener): obtient également des rapports si l’état de premier plan de l’interface utilisateur d’une opération change. Cela fonctionne uniquement lors de l’observation d’une opération particulière, et non lors de l’observation d’un package.

Documentation Java pour android.app.AppOpsManager.WATCH_FOREGROUND_CHANGES.

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

S’applique à