Merge "Add GLOBAL_ACTION_ACCESSIBILITY_ALL_APPS" into rvc-dev am: 310bf3094a am: 47c5064448 am: f0866c2436

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

Change-Id: Idc7c1e948b142c37878dfb28338d91d18b697caf
This commit is contained in:
Sally Yuen
2020-06-03 04:17:14 +00:00
committed by Automerger Merge Worker

View File

@@ -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";
/**