UsageStatsManager.StandbyBucketActive フィールド

定義

注意事項

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_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

フィールド値

Value = 10
属性

注釈

このアプリはごく最近使用されていましたが、現在使用中か、すぐに使用される可能性があります。 le &スタンバイ バケット値。 #STANDBY_BUCKET_ACTIVE は、このバケット内にある間はシステムによって調整されません。 バケット > #STANDBY_BUCKET_ACTIVE は、おそらく何らかの方法で制限されます。 たとえば、ジョブとアラームは遅延される場合があります。

の Java ドキュメント android.app.usage.UsageStatsManager.STANDBY_BUCKET_ACTIVE

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象