Updates to automatic rule listing page for 3P rules.
Show the provider app icon and name; allow deletion from listing page; remove the rule summary for consistency. Bug: 22977552 Change-Id: Ib71832fa4ff64b7321ade39f9964ac52cee6c643
This commit is contained in:
@@ -100,7 +100,7 @@ abstract public class ZenModeSettingsBase extends RestrictedSettingsFragment {
|
||||
final String reason = getClass().getSimpleName();
|
||||
final boolean success = NotificationManager.from(mContext).setZenModeConfig(config, reason);
|
||||
if (success) {
|
||||
mConfig = config;
|
||||
mConfig = getZenModeConfig();
|
||||
if (DEBUG) Log.d(TAG, "Saved mConfig=" + mConfig);
|
||||
onZenModeConfigChanged();
|
||||
}
|
||||
|
Reference in New Issue
Block a user