summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-03-29 20:50:01 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2024-03-29 20:50:01 +0000
commit3cfb6dad7fca54ed72095455f675b27ac556f764 (patch)
treef43dae539985f68fac4138a7482014961f922266
parent0d2bd5919b8677dc7fd8452f5c49e52085e2ddf8 (diff)
parentd7081d5931391fde8e6596cde12ccf014b003f0a (diff)
downloadbase-android13-tests-release.tar.gz
Merge "Snap for 11647753 from f2425eb72aba3a8d534bcf9a9157af6e6e90d000 to android13-tests-release" into android13-tests-releaseandroid-vts-13.0_r8android-cts-13.0_r8android13-tests-release
-rw-r--r--core/java/android/content/pm/PackageManager.java10
1 files changed, 10 insertions, 0 deletions
diff --git a/core/java/android/content/pm/PackageManager.java b/core/java/android/content/pm/PackageManager.java
index a90f6d625c51..1ae0c96b9c74 100644
--- a/core/java/android/content/pm/PackageManager.java
+++ b/core/java/android/content/pm/PackageManager.java
@@ -2740,6 +2740,16 @@ public abstract class PackageManager {
/**
* 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
* {@link android.security.identity.IdentityCredentialStore} implemented in secure hardware
* at the given feature version.