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

Commit ab76090f authored by sallyyuen's avatar sallyyuen
Browse files

Add GLOBAL_ACTION_ACCESSIBILITY_ALL_APPS

This will allow a11y services to identify the all apps system actions by
id.

Bug: 157078174
Test: manual with all apps and talkback
Change-Id: Ice0969753d6ed789dca762f49859b17ea1de85e9
parent 62c68cc4
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";

    /**