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

Commit 47c50644 authored by Sally Yuen's avatar Sally Yuen Committed by Automerger Merge Worker
Browse files

Merge "Add GLOBAL_ACTION_ACCESSIBILITY_ALL_APPS" into rvc-dev am: 310bf309

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

Change-Id: Iebb54d62502c3e4a74d019420b4e65958db82a18
parents 696b66e4 310bf309
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -520,6 +520,12 @@ public abstract class AccessibilityService extends Service {
     */
    public static final int GLOBAL_ACTION_ACCESSIBILITY_SHORTCUT = 13;

    /**
     * Action to show Launcher's all apps.
     * @hide
     */
    public static final int GLOBAL_ACTION_ACCESSIBILITY_ALL_APPS = 14;

    private static final String LOG_TAG = "AccessibilityService";

    /**