Skip to content

Instantly share code, notes, and snippets.

@davidonet
Created April 4, 2012 11:03
Show Gist options
  • Save davidonet/2300373 to your computer and use it in GitHub Desktop.
Save davidonet/2300373 to your computer and use it in GitHub Desktop.
stop/remove/disable the system bar (need to be su before issuing this command)
http://stackoverflow.com/questions/5109988/is-there-a-way-to-hide-the-system-bar-in-android-3-0-its-an-internal-device-an
To stop/remove/disable the system bar (need to be su before issuing this command):
$ service call activity 79 s16 com.android.systemui
To restore the system bar just simply issue this command:
$ am startservice -n com.android.systemui/.SystemUIService
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment