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

Commit d903e580 authored by Bryce Lee's avatar Bryce Lee Committed by Android Git Automerger
Browse files

am cc2ba220: Merge "Only enable theater mode by button press after setup." into cw-d-mr1-dev

* commit 'cc2ba220':
  Only enable theater mode by button press after setup.
parents eb7f1a94 cc2ba220
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -1005,6 +1005,11 @@ public class PhoneWindowManager implements WindowManagerPolicy {
            case MULTI_PRESS_POWER_NOTHING:
                break;
            case MULTI_PRESS_POWER_THEATER_MODE:
                if (!isUserSetupComplete()) {
                    Slog.i(TAG, "Ignoring toggling theater mode - device not setup.");
                    break;
                }

                if (isTheaterModeEnabled()) {
                    Slog.i(TAG, "Toggling theater mode off.");
                    Settings.Global.putInt(mContext.getContentResolver(),