Settings.ActionManageOverlayPermission Field

Definition

Activity Action: Show screen for controlling which apps can draw on top of other apps.

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

Field Value

Attributes

Remarks

Activity Action: Show screen for controlling which apps can draw on top of other apps.

In some cases, a matching Activity may not exist, so ensure you safeguard against this.

Input: Optionally, in versions of Android prior to android.os.Build.VERSION_CODES#R, the Intent's data URI can specify the application package name to directly invoke the management GUI specific to the package name. For example "package:com.my.app".

Output: Nothing.

Java documentation for android.provider.Settings.ACTION_MANAGE_OVERLAY_PERMISSION.

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