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