PackageManager.FeatureAutomotive Field

Definition

Feature for #getSystemAvailableFeatures and #hasSystemFeature: This is a device dedicated to showing UI on a vehicle headunit.

[Android.Runtime.Register("FEATURE_AUTOMOTIVE", ApiSince=23)]
public const string FeatureAutomotive;
[<Android.Runtime.Register("FEATURE_AUTOMOTIVE", ApiSince=23)>]
val mutable FeatureAutomotive : string

Field Value

Attributes

Remarks

Feature for #getSystemAvailableFeatures and #hasSystemFeature: This is a device dedicated to showing UI on a vehicle headunit. A headunit here is defined to be inside a vehicle that may or may not be moving. A headunit uses either a primary display in the center console and/or additional displays in the instrument cluster or elsewhere in the vehicle. Headunit display(s) have limited size and resolution. The user will likely be focused on driving so limiting driver distraction is a primary concern. User input can be a variety of hard buttons, touch, rotary controllers and even mouse- like interfaces.

Java documentation for android.content.pm.PackageManager.FEATURE_AUTOMOTIVE.

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