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

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

Change-Id: Iebb54d62502c3e4a74d019420b4e65958db82a18
This commit is contained in:
Sally Yuen
2020-06-03 03:52:23 +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";
/**