Is it possible to reduce the screen brightness below given level? Well if possible does it really reduce the energy consumption.
Asked
Active
Viewed 1,210 times
0
-
2That programming part would make this question off-topic (see [help/on-topic] to know more). I suggest you remove it. // By given level, do you mean the level set by your OEM? If that's the case, then yes, you can reduce it. – Firelord Aug 03 '15 at 17:25
-
3I suppose this is what you're looking for: How can I reduce screen brightness below the minimum without an app? – Firelord Aug 03 '15 at 17:26
1 Answers
1
Yes it is possible to reduce the brightness level below the default screen brightness slider level. You can use, Night Mode app from Play Store.
As mentioned in the app description,
Night Mode's main goal is to reduce the brightness of your screen lower than you can achieve with the default settings.
And this app doesn't require you a root permission.
Does this setting saves battery?
It depends upon the screen you have for your phone. If you have AMOLED screen it will save battery for you.
See this post for more explanation How does reducing brightness of screen increase battery life?
-
1Figuratively, it does, because it uses overlay filter so it would feel that brightness is reduced, though energy consumption isn't reduced on my screen. Technically, it doesn't. – Firelord Aug 03 '15 at 17:33
-
1Updated my answer. In AMOLED screens it will reduce the battery consumption based on this post. – Lucky Aug 03 '15 at 17:34
-