AssociationRequest.DeviceProfileAppStreaming 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.
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.