CloudMediaProviderContract.ManageCloudMediaProvidersPermission Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
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.