ApplicationInfo.Permission Property

Definition

Optional name of a permission required to be able to access this application's components.

[Android.Runtime.Register("permission")]
public string? Permission { get; set; }
[<Android.Runtime.Register("permission")>]
member this.Permission : string with get, set

Property Value

Attributes

Remarks

Optional name of a permission required to be able to access this application's components. From the "permission" attribute.

Java documentation for android.content.pm.ApplicationInfo.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