AppOpsManager.WatchForegroundChanges Campo

Definizione

Attenzione

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

Flag per startWatchingMode(String,String,int,OnOpChangedListener): ottiene anche report se lo stato in primo piano di un oggetto uid cambia.

[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

Valore del campo

Value = 1
Attributi

Commenti

Flag per startWatchingMode(String,String,int,OnOpChangedListener): ottiene anche report se lo stato in primo piano di un oggetto uid cambia. Questo funziona solo quando si osserva un determinato op, non quando si guarda un pacchetto.

Informazioni di riferimento su Android per android.app.AppOpsManager.WATCH_FOREGROUND_CHANGES.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a