Merge "Enable bubbles home gesture by default" into tm-qpr-dev am: e048af300b
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/18720602 Change-Id: I902285c63d03346e4edbdfc8863357fc4acc939b Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -129,7 +129,7 @@ public class TouchInteractionService extends Service
|
||||
private static final String TAG = "TouchInteractionService";
|
||||
|
||||
private static final boolean BUBBLES_HOME_GESTURE_ENABLED =
|
||||
SystemProperties.getBoolean("persist.wm.debug.bubbles_home_gesture", false);
|
||||
SystemProperties.getBoolean("persist.wm.debug.bubbles_home_gesture", true);
|
||||
|
||||
private static final String KEY_BACK_NOTIFICATION_COUNT = "backNotificationCount";
|
||||
private static final String NOTIFY_ACTION_BACK = "com.android.quickstep.action.BACK_GESTURE";
|
||||
|
||||
Reference in New Issue
Block a user