UsageStatsManager.StandbyBucketFrequent 字段

定义

注意

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

该应用在过去几天中使用,并且/或可能在未来几天内使用。

[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

字段值

Value = 30
属性

注解

该应用在过去几天中使用,并且/或可能在未来几天内使用。 限制将适用于这些应用,例如作业延迟和警报。 延迟可能大于较高存储桶中的应用(较低的存储桶值)。 存储桶值 > #STANDBY_BUCKET_FREQUENT 此外,网络访问可能受到限制。

适用于 . 的 android.app.usage.UsageStatsManager.STANDBY_BUCKET_FREQUENTJava 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于