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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user