1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-05 02:39:23 +02:00
This commit is contained in:
Nikolay Pultsin 2011-12-27 00:14:43 +00:00
parent 858197ede0
commit bf8fc816e8

View file

@ -48,7 +48,7 @@ public final class ZLAndroidLibrary extends ZLibrary {
public final ZLIntegerRangeOption ScreenBrightnessLevelOption = new ZLIntegerRangeOption("LookNFeel", "ScreenBrightnessLevel", 0, 100, 0);
public final ZLBooleanOption DisableButtonLightsOption = new ZLBooleanOption("LookNFeel", "DisableButtonLights", true);
private static boolean hasNoHardwareMenuButton() {
private boolean hasNoHardwareMenuButton() {
return
// Eken M001
(Build.DISPLAY != null && Build.DISPLAY.contains("simenxie")) ||