From 584ea9b5355287b3393b15ddef238da3fafd84e9 Mon Sep 17 00:00:00 2001 From: "t. Macleod Sawyer" Date: Thu, 11 Mar 2021 22:08:37 -0600 Subject: [PATCH] Create android.md --- android.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 android.md diff --git a/android.md b/android.md new file mode 100644 index 0000000..f6fe56b --- /dev/null +++ b/android.md @@ -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```