Language

AssociationRequest.ExtraPermissions Property

Definition

Gets the extra permissions to request/grant for non-profile device.

public System.Collections.Generic.ICollection<string> ExtraPermissions { [Android.Runtime.Register("getExtraPermissions", "()Ljava/util/Set;", "", ApiSince=37)] get; }
[<get: Android.Runtime.Register("getExtraPermissions", "()Ljava/util/Set;", "", ApiSince=37)>]
member this.ExtraPermissions : System.Collections.Generic.ICollection<string>

Property Value

A set of permission strings.

Attributes

Remarks

Gets the extra permissions to request/grant for non-profile device.

Android reference for android.companion.AssociationRequest.getExtraPermissions.

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