Loading core/java/android/content/pm/PackageManager.java +10 −0 Original line number Diff line number Diff line Loading @@ -2473,6 +2473,16 @@ public abstract class PackageManager { @SdkConstant(SdkConstantType.FEATURE) public static final String FEATURE_CTS = "android.software.cts"; /** * Feature for {@link #getSystemAvailableFeatures} and {@link #hasSystemFeature}: The device * is opted-in to render the application using Automotive App Host * * @hide */ @SdkConstant(SdkConstantType.FEATURE) public static final String FEATURE_CAR_TEMPLATES_HOST = "android.software.car.templates_host"; /** * 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 @@ -2473,6 +2473,16 @@ public abstract class PackageManager { @SdkConstant(SdkConstantType.FEATURE) public static final String FEATURE_CTS = "android.software.cts"; /** * Feature for {@link #getSystemAvailableFeatures} and {@link #hasSystemFeature}: The device * is opted-in to render the application using Automotive App Host * * @hide */ @SdkConstant(SdkConstantType.FEATURE) public static final String FEATURE_CAR_TEMPLATES_HOST = "android.software.car.templates_host"; /** * Feature for {@link #getSystemAvailableFeatures} and * {@link #hasSystemFeature(String, int)}: If this feature is supported, the device supports Loading