UsageStatsManager.StandbyBucketFrequent Field

Definition

Caution

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

The app was used in the last few days and/or likely to be used in the next few days.

[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

Field Value

Value = 30
Attributes

Remarks

The app was used in the last few days and/or likely to be used in the next few days. Restrictions will apply to these apps, such as deferral of jobs and alarms. The delays may be greater than for apps in higher buckets (lower bucket value). Bucket values &gt; #STANDBY_BUCKET_FREQUENT may additionally have network access limited.

Java documentation for android.app.usage.UsageStatsManager.STANDBY_BUCKET_FREQUENT.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to