forked from CaptaiNiveau/FirefoxSidebar
Create android.md
This commit is contained in:
parent
719e908e93
commit
584ea9b535
1 changed files with 11 additions and 0 deletions
11
android.md
Normal file
11
android.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
# Android Utils
|
||||
|
||||
## Remove empty gesture space below keyboards
|
||||
Requires ADB and USB
|
||||
|
||||
``` adb shell wm overscan 0,0,0,-75```
|
||||
|
||||
## Fullscreen apps
|
||||
This will turn any specific package into a fullscreen app, this eample uses firefox.
|
||||
|
||||
```adb shell settings put global policy_control immersive.full=org.mozilla.fenix```
|
Loading…
Reference in a new issue