UsageStatsManager.StandbyBucketFrequent Campo

Definizione

Attenzione

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

L'app è stata usata negli ultimi giorni e/o probabilmente verrà usata nei prossimi giorni.

[Android.Runtime.Register("STANDBY_BUCKET_FREQUENT", ApiSince=28)]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.Usage.StandbyBucket enum directly instead of this field.", true)]
public const Android.App.Usage.StandbyBucket StandbyBucketFrequent = 30;
[<Android.Runtime.Register("STANDBY_BUCKET_FREQUENT", ApiSince=28)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.Usage.StandbyBucket enum directly instead of this field.", true)>]
val mutable StandbyBucketFrequent : Android.App.Usage.StandbyBucket

Valore del campo

Value = 30
Attributi

Commenti

L'app è stata usata negli ultimi giorni e/o probabilmente verrà usata nei prossimi giorni. Le restrizioni verranno applicate a queste app, ad esempio rinvio di processi e allarmi. I ritardi possono essere maggiori di quelli per le app in bucket più elevati (valore del bucket inferiore). Valori bucket > #STANDBY_BUCKET_FREQUENT può inoltre avere accesso alla rete limitato.

per android.app.usage.UsageStatsManager.STANDBY_BUCKET_FREQUENT.

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