Immersive — Low-Level Immersiv
by tytydraco
No accessibility tricks. No rotation issues. Pure. Low Level. Immersive Mode.
App Name | Immersive — Low-Level Immersiv |
---|---|
Developer | tytydraco |
Category | Tools |
Download Size | 1 MB |
Latest Version | 4.2 |
Average Rating | 3.67 |
Rating Count | 715 |
Google Play | Download |
AppBrain | Download Immersive — Low-Level Immersiv Android app |
NOTE: ANDROID 11 IS NOT SUPPORTED
Google removed Global immersive mode support in Android 11, and there is nothing I can do to make it work. I'm sorry :(
Using Secure Settings, we can set an immersive mode that will be handled by Android properly. It doesn't use accessibility (which slows down the phone). It uses a policy in secure settings to directly tell android that it should assume the user has hidden keys (I.E. an application has requested fullscreen).
To use this application, you must grant the application the WRITE_SECURE_SETTINGS permission. You'll need ADB. You can find tutorials online on how to install it for your OS.
Now, type this into a shell:
adb shell pm grant com.draco.immersive android.permission.WRITE_SECURE_SETTINGS
The app can handle 2 types of immersion (they do not work at the same time). There is status bar immersion, which will hide the status bar, and there is navigation immersion, which will hide the navigation bar. There is a reset button to disable immersion entirely.
This app may not be compatible for all phones, but it SHOULD work for Android OS 4.4+
Recent changes:
- Update to material design
Google removed Global immersive mode support in Android 11, and there is nothing I can do to make it work. I'm sorry :(
Using Secure Settings, we can set an immersive mode that will be handled by Android properly. It doesn't use accessibility (which slows down the phone). It uses a policy in secure settings to directly tell android that it should assume the user has hidden keys (I.E. an application has requested fullscreen).
To use this application, you must grant the application the WRITE_SECURE_SETTINGS permission. You'll need ADB. You can find tutorials online on how to install it for your OS.
Now, type this into a shell:
adb shell pm grant com.draco.immersive android.permission.WRITE_SECURE_SETTINGS
The app can handle 2 types of immersion (they do not work at the same time). There is status bar immersion, which will hide the status bar, and there is navigation immersion, which will hide the navigation bar. There is a reset button to disable immersion entirely.
This app may not be compatible for all phones, but it SHOULD work for Android OS 4.4+
Recent changes:
- Update to material design