UsageStatsManager.StandbyBucketActive 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 very recently, currently in use or likely to be used very soon.

[Android.Runtime.Register("STANDBY_BUCKET_ACTIVE", 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 StandbyBucketActive = 10;
[<Android.Runtime.Register("STANDBY_BUCKET_ACTIVE", 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 StandbyBucketActive : Android.App.Usage.StandbyBucket

Field Value

Value = 10
Attributes

Remarks

The app was used very recently, currently in use or likely to be used very soon. Standby bucket values that are &le; #STANDBY_BUCKET_ACTIVE will not be throttled by the system while they are in this bucket. Buckets &gt; #STANDBY_BUCKET_ACTIVE will most likely be restricted in some way. For instance, jobs and alarms may be deferred.

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

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