Loading core/java/android/content/pm/PackageManager.java +10 −0 Original line number Diff line number Diff line Loading @@ -3261,6 +3261,16 @@ public abstract class PackageManager { public static final String FEATURE_CAR_SPLITSCREEN_MULTITASKING = "android.software.car.splitscreen_multitasking"; /** * 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 @@ -3261,6 +3261,16 @@ public abstract class PackageManager { public static final String FEATURE_CAR_SPLITSCREEN_MULTITASKING = "android.software.car.splitscreen_multitasking"; /** * 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