Create android.md

This commit is contained in:
t. Macleod Sawyer 2021-03-11 22:08:37 -06:00 committed by GitHub
parent 719e908e93
commit 584ea9b535
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

11
android.md Normal file
View 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```