Settings.ActionRequestManageMedia 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.
Activity Action: Show settings to allow configuration of
Manifest.permission#MANAGE_MEDIA
permission
Input: Optionally, the Intent's data URI can specify the application package name to
directly invoke the management GUI specific to the package name.
[Android.Runtime.Register("ACTION_REQUEST_MANAGE_MEDIA", ApiSince=31)]
public const string ActionRequestManageMedia;
[<Android.Runtime.Register("ACTION_REQUEST_MANAGE_MEDIA", ApiSince=31)>]
val mutable ActionRequestManageMedia : string
Field Value
- Attributes
Remarks
Activity Action: Show settings to allow configuration of Manifest.permission#MANAGE_MEDIA
permission
Input: Optionally, the Intent's data URI can specify the application package name to directly invoke the management GUI specific to the package name. For example "package:com.my.app".
Output: Nothing.
Java documentation for android.provider.Settings.ACTION_REQUEST_MANAGE_MEDIA
.
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.