Skip to content

Instantly share code, notes, and snippets.

@WillieYang
Last active November 12, 2017 11:18
Show Gist options
  • Save WillieYang/6f2948687f01193445c567ffdcf7581f to your computer and use it in GitHub Desktop.
Save WillieYang/6f2948687f01193445c567ffdcf7581f to your computer and use it in GitHub Desktop.
How to hide the virtual navigation of Google Pixel.

Configuration

Both Navigation and Status

adb shell settings put global policy_control immersive.full=*

Only Navigation

adb shell settings put global policy_control immersive.navigation=*

Only Status

adb shell settings put global policy_control immersive.status=*

Reset

adb shell settings put global policy_control null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment