Search This Blog

Tuesday, April 29, 2014

Android - show/hide Android system bar (tablet's bottom bar) from adb

To hide Android system bar from adb:

adb shell service call activity 42 s16 com.android.systemui

To restore Android system bar from adb:

adb shell am startservice -n com.android.systemui/.SystemUIService