Settings.IntentCategoryUsageAccessConfig Field

Definition

Activity Category: Show application settings related to usage access.

[Android.Runtime.Register("INTENT_CATEGORY_USAGE_ACCESS_CONFIG", ApiSince=23)]
public const string IntentCategoryUsageAccessConfig;
[<Android.Runtime.Register("INTENT_CATEGORY_USAGE_ACCESS_CONFIG", ApiSince=23)>]
val mutable IntentCategoryUsageAccessConfig : string

Field Value

Attributes

Remarks

Activity Category: Show application settings related to usage access.

An activity that provides a user interface for adjusting usage access related preferences for its containing application. Optional but recommended for apps that use android.Manifest.permission#PACKAGE_USAGE_STATS.

The activity may define meta-data to describe what usage access is used for within their app with #METADATA_USAGE_ACCESS_REASON, which will be displayed in Settings.

Input: Nothing.

Output: Nothing.

Java documentation for android.provider.Settings.INTENT_CATEGORY_USAGE_ACCESS_CONFIG.

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