

We can, for instance, make our flipped nav bar keys left-justified or right-justified by changing where the two spaces are placed: We can move the keys around however we want by modifying the string value of the preference. Hence, the command we would send to swap the recent and back keys would look like this adb shell settings put secure sysui_nav_bar "space,recent home back,space"Īs you might guess, this is fairly flexible. Now, in order to actually modify this string, we need to use the ADB shell command with this syntax adb shell settings put secure sysui_nav_bar "STRING" Note: if you are attempting to enter any of the following commands from a rooted shell environment such as Terminal Emulator on your phone, then you will need to omit "adb shell" from the commands before sending them.
