Split Sound & notification settings.
Bug: 25860852 Change-Id: If88daf6fd50b5abf86fb86f3590361f0118172a1
This commit is contained in:
@@ -122,11 +122,6 @@ abstract public class ZenModeSettingsBase extends RestrictedSettingsFragment {
|
||||
NotificationManager.from(mContext).setZenMode(zenMode, conditionId, TAG);
|
||||
}
|
||||
|
||||
protected static boolean isScheduleSupported(Context context) {
|
||||
return NotificationManager.from(context)
|
||||
.isSystemConditionProviderEnabled(ZenModeConfig.SCHEDULE_PATH);
|
||||
}
|
||||
|
||||
private List<AutomaticZenRule> getZenModeRules() {
|
||||
return NotificationManager.from(mContext).getAutomaticZenRules();
|
||||
}
|
||||
|
Reference in New Issue
Block a user