AOF-Dev / MCinaBox

MCinaBox - A Minecraft: Java Edition Launcher for Android. An Encapsulation of [CosineMath's BoatApp](https://github.com/AOF-Dev/BoatApp).
GNU General Public License v3.0
1.27k stars 179 forks source link

Foreground home buttons and notifications bar #269

Closed etiennec78 closed 4 years ago

etiennec78 commented 4 years ago

Hi, when I play on Minecraft, my home buttons and my notification bar annoy me because they go over the game and hide the buttons of MCinaBox at the top left of the screen, my hotbar and some buttons in menus. I am on fireOS (Android 5.1.1) with an Amazon Fire HD 8 6th gen Screenshot_2020-07-21-00-42-43

Soharuda commented 4 years ago

This is an issue with any tablet. The navbar never goes away

Sent via the Samsung Galaxy S10+, an AT&T 5G Evolution capable smartphone Get Outlook for Androidhttps://aka.ms/ghei36


From: etiennec78 notifications@github.com Sent: Monday, July 20, 2020 5:51:36 PM To: longjunyu2/MCinaBox MCinaBox@noreply.github.com Cc: Subscribed subscribed@noreply.github.com Subject: [longjunyu2/MCinaBox] Foreground home buttons and notifications bar (#269)

Hi [Screenshot_2020-07-21-00-42-43]https://user-images.githubusercontent.com/59794011/87993977-28927180-caec-11ea-9751-7a14a27ffbb2.png , when I play on Minecraft, my home buttons and my notification bar annoy me because they go over the game and hide the buttons of MCinaBox at the top left of the screen, my hotbar and some buttons in menus. I am on fireOS (Android 5.1.1) with an Amazon Fire HD 8 6th gen

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/longjunyu2/MCinaBox/issues/269, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AAYOBHNTGBRQPBTLENFI6JTR4TC7RANCNFSM4PC4EXYQ.

RuofengX commented 4 years ago

As I know, it's about android immersive mode. Yet you can use ADB shell to force the system to run a program under immersive mode, just try this code in the ADB shell: adb shell settings put global policy_control immersive.full=<APPS_YOU_NEEDS_TO_FULLSCREEN> For example: adb shell settings put global policy_control immersive.full=com.google.android.googlequicksearchbo

etiennec78 commented 4 years ago

It worked! Thanks