Immersive
Download ApkImmersive Application Screenshots


Immersive AI Editor's Review
Immersive mode enabler for Android, allowing users to hide navigation and status bars for a full-screen experience. Simple to use but limited by Android version compatibility, particularly Android 11 and above.
Comprehensive Analysis
Immersive is an application designed to provide a full-screen experience by hiding the navigation and status bars on Android devices. It offers a straightforward way to immerse yourself in videos, games, or reading content. The app is easy to use, but its primary drawback is its incompatibility with Android 11 and subsequent versions. This limitation significantly reduces its usability for users with newer devices. While functional on older Android versions, its long-term viability is questionable due to evolving OS restrictions.
Key Advantages
- Enables immersive full-screen mode easily.
- Simple and intuitive user interface.
- Enhances viewing experience for videos and games.
Areas for Improvement
- Incompatible with Android 11 and later versions.
- Limited functionality due to Android OS restrictions.
The Description of Immersive
Site Editorial Commentary:No accessibility tricks. No rotation issues. Pure. Low Level. Immersive Mode.
note: ANDROID 11 IS NOT SUPPORTEDGoogle removed Global Immersive mode support in Android 11, and unfortunately, there is no workaround available.
Immersive utilizes Secure Settings to enable an immersive mode that is natively handled by Android. Unlike accessibility-based methods, this approach avoids performance slowdowns. It leverages a policy within secure settings to directly instruct Android to assume the user has hidden keys (essentially, that an application has requested fullscreen).
To use Immersive, you must grant the WRITE_SECURE_SETTINGS permission. This requires using ADB (Android Debug Bridge). You can find numerous online tutorials for installing ADB on your operating system.
ExeCute the following command in your ADB shell:
adb shell pm grant com.draco.immersive android.permission.WRITE_SECURE_SETTINGS
The app supports two distinct types of immersive mode, which cannot be used simultaneously: status bar immersion (hides the status bar) and navigation bar immersion (hides the navigation bar). A reset button is provided to completely disable immersive mode.
While compatibility may vary across devices, Immersive is designed to function with Android OS 4.4 (KitKat) and later. Enhance your screen real estate and enjoy a cleaner, more focused user experience with customizable immersive modes.