Share via


CloudMediaProviderContract.ManageCloudMediaProvidersPermission Field

Definition

Permission required to protect CloudMediaProvider instances.

[Android.Runtime.Register("MANAGE_CLOUD_MEDIA_PROVIDERS_PERMISSION", ApiSince=33)]
public const string ManageCloudMediaProvidersPermission;
[<Android.Runtime.Register("MANAGE_CLOUD_MEDIA_PROVIDERS_PERMISSION", ApiSince=33)>]
val mutable ManageCloudMediaProvidersPermission : string

Field Value

Attributes

Remarks

Permission required to protect CloudMediaProvider instances. Providers should require this in the permission attribute in their <provider> tag. The OS will not connect to a provider without this protection.

Java documentation for android.provider.CloudMediaProviderContract.MANAGE_CLOUD_MEDIA_PROVIDERS_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