mirror of
https://github.com/SimpleMobileTools/Simple-Flashlight.git
synced 2025-06-05 21:59:19 +02:00
lets enable the bright display by default
This commit is contained in:
@ -31,7 +31,7 @@ public class Config {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public boolean getBrightDisplay() {
|
public boolean getBrightDisplay() {
|
||||||
return mPrefs.getBoolean(Constants.BRIGHT_DISPLAY, false);
|
return mPrefs.getBoolean(Constants.BRIGHT_DISPLAY, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
public void setBrightDisplay(boolean brightDisplay) {
|
public void setBrightDisplay(boolean brightDisplay) {
|
||||||
|
Reference in New Issue
Block a user