MediaStore.AccessMediaOwnerPackageNamePermission 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 that grants access to MediaColumns#OWNER_PACKAGE_NAME
of every accessible media file.
[Android.Runtime.Register("ACCESS_MEDIA_OWNER_PACKAGE_NAME_PERMISSION", ApiSince=35)]
public const string AccessMediaOwnerPackageNamePermission;
[<Android.Runtime.Register("ACCESS_MEDIA_OWNER_PACKAGE_NAME_PERMISSION", ApiSince=35)>]
val mutable AccessMediaOwnerPackageNamePermission : string
Field Value
- Attributes
Remarks
Permission that grants access to MediaColumns#OWNER_PACKAGE_NAME
of every accessible media file.
Java documentation for android.provider.MediaStore.ACCESS_MEDIA_OWNER_PACKAGE_NAME_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.