Skip to content

Instantly share code, notes, and snippets.

@AiOO
Created August 3, 2017 10:27
Show Gist options
  • Save AiOO/7ad8104b9611c568f445a677641bbe8c to your computer and use it in GitHub Desktop.
Save AiOO/7ad8104b9611c568f445a677641bbe8c to your computer and use it in GitHub Desktop.
Hide Android navigation bar with adb (for LG G6)
#!/bin/bash
adb shell settings put global policy_control immersive.navigation=apps,-com.android.chrome,-com.android.vending,-com.google.android.gm,-com.google.android.apps.nexuslauncher,-com.google.android.googlequicksearchbox
@AiOO
Copy link
Author

AiOO commented Dec 23, 2017

Back to the normal

$ 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