AssociationRequest.DeviceProfileAppStreaming Field

Definition

Device profile: a virtual display capable of rendering Android applications, and sending back input events.

[Android.Runtime.Register("DEVICE_PROFILE_APP_STREAMING", ApiSince=33)]
[Android.Runtime.RequiresPermission("android.permission.REQUEST_COMPANION_PROFILE_APP_STREAMING")]
public const string DeviceProfileAppStreaming;
[<Android.Runtime.Register("DEVICE_PROFILE_APP_STREAMING", ApiSince=33)>]
[<Android.Runtime.RequiresPermission("android.permission.REQUEST_COMPANION_PROFILE_APP_STREAMING")>]
val mutable DeviceProfileAppStreaming : string

Field Value

Implements

Attributes

Remarks

Device profile: a virtual display capable of rendering Android applications, and sending back input events.

Only applications that have been granted android.Manifest.permission#REQUEST_COMPANION_PROFILE_APP_STREAMING are allowed to request to be associated with such devices.

Java documentation for android.companion.AssociationRequest.DEVICE_PROFILE_APP_STREAMING.

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