Loading core/java/android/content/pm/PackageManager.java +10 −0 Original line number Diff line number Diff line Loading @@ -2483,6 +2483,16 @@ public abstract class PackageManager { public static final String FEATURE_CAR_TEMPLATES_HOST = "android.software.car.templates_host"; /** * Feature for {@link #getSystemAvailableFeatures} and * {@link #hasSystemFeature}: This device is capable of launching apps in automotive display * compatibility mode. * @hide */ @SdkConstant(SdkConstantType.FEATURE) public static final String FEATURE_CAR_DISPLAY_COMPATIBILITY = "android.software.car.display_compatibility"; /** * Feature for {@link #getSystemAvailableFeatures} and * {@link #hasSystemFeature(String, int)}: If this feature is supported, the device supports Loading Loading
core/java/android/content/pm/PackageManager.java +10 −0 Original line number Diff line number Diff line Loading @@ -2483,6 +2483,16 @@ public abstract class PackageManager { public static final String FEATURE_CAR_TEMPLATES_HOST = "android.software.car.templates_host"; /** * Feature for {@link #getSystemAvailableFeatures} and * {@link #hasSystemFeature}: This device is capable of launching apps in automotive display * compatibility mode. * @hide */ @SdkConstant(SdkConstantType.FEATURE) public static final String FEATURE_CAR_DISPLAY_COMPATIBILITY = "android.software.car.display_compatibility"; /** * Feature for {@link #getSystemAvailableFeatures} and * {@link #hasSystemFeature(String, int)}: If this feature is supported, the device supports Loading