You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm facing issue to set app brightness to full SystemSetting.setAppBrightness(1);. When i check using SystemSetting.getAppBrightness(), it's set to 1 but on screen, nothing change. May be it is overridden by system brightness. I don't want to change system's brightness. Can someone please suggest any solution for this?
The text was updated successfully, but these errors were encountered:
Device : Nokia 7.2
OS: android 11
I'm facing issue to set app brightness to full
SystemSetting.setAppBrightness(1);
. When i check usingSystemSetting.getAppBrightness()
, it's set to 1 but on screen, nothing change. May be it is overridden by system brightness. I don't want to change system's brightness. Can someone please suggest any solution for this?The text was updated successfully, but these errors were encountered: