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

Commit 6d4c71ba authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Add system feature for car splitscreen multitasking" into udc-dev am:...

Merge "Add system feature for car splitscreen multitasking" into udc-dev am: b0e65046 am: f4248496

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



Change-Id: Icf73bf0cf05a61bb324582bbc8564f20fbb44826
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents e5b6f852 f4248496
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -2882,6 +2882,20 @@ public abstract class PackageManager {
    public static final String FEATURE_CAR_TEMPLATES_HOST =
            "android.software.car.templates_host";

    /**
     * Feature for {@link #getSystemAvailableFeatures} and {@link #hasSystemFeature}:If this
     * feature is supported, the device should also declare {@link #FEATURE_AUTOMOTIVE} and show
     * a UI that can display multiple tasks at the same time on a single display. The user can
     * perform multiple actions on different tasks simultaneously. Apps open in split screen mode
     * by default, instead of full screen. Unlike Android's multi-window mode, where users can
     * choose how to display apps, the device determines how apps are shown.
     *
     * @hide
     */
    @SdkConstant(SdkConstantType.FEATURE)
    public static final String FEATURE_CAR_SPLITSCREEN_MULTITASKING =
            "android.software.car.splitscreen_multitasking";

    /**
     * Feature for {@link #getSystemAvailableFeatures} and
     * {@link #hasSystemFeature(String, int)}: If this feature is supported, the device supports