java – How do I set the screen brightness in an android application below the minimum?

Question:

How do I set the screen brightness in an android application below the minimum?

Answer:

Impossible. And even, if possible, it will be installed not only in your application and without root it cannot be done. But you can implement the night mode. FrameLayout LinearLayout with a black background over the LinearLayout . And to "make the brightness below the minimum" – control the transparency of the background

Scroll to Top