Added experiment for back gesture dragging home button
Dragging the opposite direction of quickscrub will execute the back functionality as if you pressed the button. If you hold the home button while in gesture, every second it will execute back command. Both adb commands below are default to false so they must be enabled first. Enable the setprop value for enabling this functionality. adb shell setprop persist.quickstepcontroller.homegoesback true Fully remove the back (and ime up) arrow button. Dependent of above. adb shell setprop persist.quickstepcontroller.hideback true Then go home or start the ime/keyboard to see changes. Test: manual Bug: 112934365 Change-Id: I68b7f0415107fc134d51fafbd55bc641d4312815
Loading
Please register or sign in to comment