UsageStatsManager.StandbyBucketRare フィールド

定義

注意事項

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

フィールド値

Value = 40
属性

注釈

アプリは数日間使用されていないか、数日間使用される可能性は低いです。 このバケット内のアプリには、特定の短い期間 (少なくとも 1 日 1 回) にジョブの実行やネットワークへのアクセスが許可されている場合を除き、ネットワークの制限を含む、より多くの制限があります。

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

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

適用対象