UiAutomation.GrantRuntimePermission(String, String) Method

Definition

Grants a runtime permission to a package.

[Android.Runtime.Register("grantRuntimePermission", "(Ljava/lang/String;Ljava/lang/String;)V", "", ApiSince=28)]
public void GrantRuntimePermission (string? packageName, string? permission);
[<Android.Runtime.Register("grantRuntimePermission", "(Ljava/lang/String;Ljava/lang/String;)V", "", ApiSince=28)>]
member this.GrantRuntimePermission : string * string -> unit

Parameters

packageName
String

The package to which to grant.

permission
String

The permission to grant.

Attributes

Remarks

Grants a runtime permission to a package.

Java documentation for android.app.UiAutomation.grantRuntimePermission(java.lang.String, java.lang.String).

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