Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d87a65b4 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Merge "Merge "Add display compat system feature to PackageManager" into...

Merge "Merge "Merge "Add display compat system feature to PackageManager" into android12L-tests-dev am: 191c93b6" into android13-tests-dev am: f2425eb7" into android14-tests-dev am: 0dd8f760 am: 6107222d

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/3009533



Change-Id: I4355403c15fb16d7b4741fce0e2e5b7c0728ba54
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 5de43149 6107222d
Loading
Loading
Loading
Loading
+10 −0
Original line number Original line Diff line number Diff line
@@ -2914,6 +2914,16 @@ public abstract class PackageManager {
    public static final String FEATURE_CAR_SPLITSCREEN_MULTITASKING =
    public static final String FEATURE_CAR_SPLITSCREEN_MULTITASKING =
            "android.software.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
     * Feature for {@link #getSystemAvailableFeatures} and
     * {@link #hasSystemFeature(String, int)}: If this feature is supported, the device supports
     * {@link #hasSystemFeature(String, int)}: If this feature is supported, the device supports