Only enable theater mode by button press after setup.

Bug: 21751167
Change-Id: I7f69ff767aaea97829e8eb6f5f13faace1aae416
This commit is contained in:
Bryce Lee
2015-06-25 10:54:06 -07:00
parent d717682df9
commit cb8f188191

View File

@@ -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(),