Merge "Add GLOBAL_ACTION_ACCESSIBILITY_ALL_APPS" into rvc-dev am: 310bf3094a am: 47c5064448
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/11697460 Change-Id: I4df6dcda139a56dd5b3bd395aae319780fd5c13f
This commit is contained in:
@@ -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";
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user