summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-03-29 20:38:40 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2024-03-29 20:38:40 +0000
commita69e9ea233a233832bd001b87f2a4382a14256c2 (patch)
tree690ba9dec82b532857b21820fb0d8e03681dd56a
parent6d8d61a090017bd6aeb63519fb6be31590a6cd06 (diff)
parente525dd40cc7883804686e37321144990fa2d926b (diff)
downloadbase-android12L-tests-release.tar.gz
Merge "Snap for 11647682 from 191c93b6667669c1a51fcf690f491c6a30d31b56 to android12L-tests-release" into android12L-tests-releaseandroid12L-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 a6bf6a41e756..aafc42058547 100644
--- a/core/java/android/content/pm/PackageManager.java
+++ b/core/java/android/content/pm/PackageManager.java
@@ -2485,6 +2485,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.