Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ca032ea7 authored by Steve Kondik's avatar Steve Kondik Committed by Gerrit Code Review
Browse files

Merge "input: Enable trackball wake by default" into gingerbread

parents 5e6a0a63 867b17af
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -757,7 +757,7 @@ public class PhoneWindowManager implements WindowManagerPolicy {
            mFancyRotationAnimation = Settings.System.getInt(resolver,
                    "fancy_rotation_anim", 0) != 0 ? 0x80 : 0;
            mTrackballWakeScreen = (Settings.System.getInt(resolver,
                    Settings.System.TRACKBALL_WAKE_SCREEN, 0) == 1);
                    Settings.System.TRACKBALL_WAKE_SCREEN, 1) == 1);
            mVolBtnMusicControls = (Settings.System.getInt(resolver,
                    Settings.System.VOLBTN_MUSIC_CONTROLS, 1) == 1);
            mCamBtnMusicControls = (Settings.System.getInt(resolver,