AssociationRequest.DeviceProfileAutomotiveProjection Field

Definition

Device profile: Android Automotive Projection

        Only applications that have been granted
        <code data-dev-comment-type="c">android.Manifest.permission#REQUEST_COMPANION_PROFILE_AUTOMOTIVE_PROJECTION</code> are
        allowed to request to be associated with such devices.
[Android.Runtime.Register("DEVICE_PROFILE_AUTOMOTIVE_PROJECTION", ApiSince=33)]
[Android.Runtime.RequiresPermission("android.permission.REQUEST_COMPANION_PROFILE_AUTOMOTIVE_PROJECTION")]
public const string DeviceProfileAutomotiveProjection;
[<Android.Runtime.Register("DEVICE_PROFILE_AUTOMOTIVE_PROJECTION", ApiSince=33)>]
[<Android.Runtime.RequiresPermission("android.permission.REQUEST_COMPANION_PROFILE_AUTOMOTIVE_PROJECTION")>]
val mutable DeviceProfileAutomotiveProjection : string

Field Value

Implements

Attributes

Remarks

Device profile: Android Automotive Projection

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

Java documentation for android.companion.AssociationRequest.DEVICE_PROFILE_AUTOMOTIVE_PROJECTION.

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