Compartilhar via


Settings.ActionRequestMediaRoutingControl Field

Definition

Activity Action: Show settings to allow configuration of Manifest.permission#MEDIA_ROUTING_CONTROL permission.

[Android.Runtime.Register("ACTION_REQUEST_MEDIA_ROUTING_CONTROL", ApiSince=35)]
public const string ActionRequestMediaRoutingControl;
[<Android.Runtime.Register("ACTION_REQUEST_MEDIA_ROUTING_CONTROL", ApiSince=35)>]
val mutable ActionRequestMediaRoutingControl : string

Field Value

Attributes

Remarks

Activity Action: Show settings to allow configuration of Manifest.permission#MEDIA_ROUTING_CONTROL 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". However, modifying this permission setting for any package is allowed only when that package holds an appropriate companion device profile such as android.companion.AssociationRequest#DEVICE_PROFILE_WATCH.

Output: Nothing.

Java documentation for android.provider.Settings.ACTION_REQUEST_MEDIA_ROUTING_CONTROL.

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