Zen mode configuration panel. (packages/apps/Settings)

Read-only version of the configuration screen for
Limited Interruptions.  Defaults to the logic implemented
for this mode, namely block notifications except for
Calls & Alarms.

This settings panel will serve as a target for the
configure affordance in SystemUI.

Change-Id: I33fd1e11ab76dbb7044bb94cb096cd892945947d
This commit is contained in:
John Spurlock
2014-02-27 18:01:20 -05:00
parent 0f9ab45376
commit 7243806345
11 changed files with 385 additions and 4 deletions

View File

@@ -278,7 +278,8 @@ public class SettingsActivity extends Activity
TrustedCredentialsSettings.class.getName(),
PaymentSettings.class.getName(),
KeyboardLayoutPickerFragment.class.getName(),
DashboardSummary.class.getName()
DashboardSummary.class.getName(),
ZenModeSettings.class.getName()
};
private SharedPreferences mDevelopmentPreferences;