Merge "Use global action constant for a11y All Apps action" into ub-launcher3-rvc-dev

This commit is contained in:
Sally Yuen
2020-06-02 22:59:18 +00:00
committed by Android (Google) Code Review
@@ -134,10 +134,10 @@ public class TouchInteractionService extends Service implements PluginListener<O
private static final int MAX_BACK_NOTIFICATION_COUNT = 3; private static final int MAX_BACK_NOTIFICATION_COUNT = 3;
/** /**
* System Action ID to show all apps. This ID should follow the ones in * System Action ID to show all apps.
* com.android.systemui.accessibility.SystemActions. * TODO: Use AccessibilityService's corresponding global action constant in S
*/ */
private static final int SYSTEM_ACTION_ID_ALL_APPS = 100; private static final int SYSTEM_ACTION_ID_ALL_APPS = 14;
private int mBackGestureNotificationCounter = -1; private int mBackGestureNotificationCounter = -1;
@Nullable @Nullable