Immersive — Low-Level Immersiv
OS :
Version :4.2
Size :
Updated :Oct 29,2020
Developer :tytydraco
Ask AI
You can ask the AI some questions about the app
Conclusions From AI
{{conclusionsAiError}}Retry request
App Downloads
App Survey
  • Whether the application ad recommendation affects the experience?
      Submission Failed, try again
  • Where do you get the new APP
      Submission Failed, try again
  • Do you think the stability of the application affects the experience?
      Submission Failed, try again
  • Can your phone delete the useless apps that come with your phone?
      Submission Failed, try again
Description
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+
{{descriptionMoreText}}
Comments (2)
{{commentText.length}}/{{maxCommentText}}
{{commentError}}{{commentUserError}}
Failed to load data, try again
  • {{comment.commentUser.substring(0, 1)}}
    By {{comment.commentUser}}{{comment.commentDateString}}
    {{comment.comment}}
  • F
    By FlamingFuryOct 25,2020
    Blocklist needs system apps to be selectable
  • E
    By Ersanovic “Erschtl”Aug 9,2020
    Works fine on Samsung S9 Plus with adb. Have some issues with my P30 on Android 10 though.