UsageStatsManager.StandbyBucketRare 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 has not be used for several days and/or is unlikely to be used for several days.

[Android.Runtime.Register("STANDBY_BUCKET_RARE", 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 StandbyBucketRare = 40;
[<Android.Runtime.Register("STANDBY_BUCKET_RARE", 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 StandbyBucketRare : Android.App.Usage.StandbyBucket

Field Value

Value = 40
Attributes

Remarks

The app has not be used for several days and/or is unlikely to be used for several days. Apps in this bucket will have more restrictions, including network restrictions, except during certain short periods (at a minimum, once a day) when they are allowed to execute jobs, access the network, etc.

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

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