Language

RouteListingPreference.ActionResolveMissingPermissions Field

Definition

Intent action for apps to handle issues with missing permissions.

[Android.Runtime.Register("ACTION_RESOLVE_MISSING_PERMISSIONS", ApiSince=37)]
public const string ActionResolveMissingPermissions;
[<Android.Runtime.Register("ACTION_RESOLVE_MISSING_PERMISSIONS", ApiSince=37)>]
val mutable ActionResolveMissingPermissions : string

Field Value

Implements

Attributes

Remarks

Intent action for apps to handle issues with missing permissions.

The system uses this action to take the user to the app when a RouteDiscoveryPreference set by the app cannot be satisfied due to missing permissions, and the user has triggered a UI flow to fix the issue.

The launched intent will identify the missing permissions using the extra identified by EXTRA_MISSING_PERMISSIONS.

Android reference for android.media.RouteListingPreference.ACTION_RESOLVE_MISSING_PERMISSIONS.

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