[Solved][ Hiding Android 10 Navigation Gestures Bottom Bar ]

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2020 09:31 PM
Note: I have reverted back since the change causes lots of other unnecessary hiding during landscape and other modes.
ADB required. Connect.
adb shell wm overscan 0,0,0,-110
Now you can set Display Size as whatever you want or width size, no need for below 410 smallest width.
Gboard's Bottom Bar also hidden away.
To reset : adb shell wm overscan 0,0,0,0
ADB required. Connect.
adb shell wm overscan 0,0,0,-110
Now you can set Display Size as whatever you want or width size, no need for below 410 smallest width.
Gboard's Bottom Bar also hidden away.
To reset : adb shell wm overscan 0,0,0,0
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2022 11:38 AM
Thread automatically closed due to inactivity. If the reported issue has not been resolved or you require further assistance from one of our moderators, please create a new thread and we will be with you shortly.
