Temporarily reenable 3P condition providers.
This code will go away once there is a better way for a user to approve 3P CPs. Change-Id: I56a72d03a75c2c60f6f19f82f091d9a1c7f3f715
This commit is contained in:
@@ -241,6 +241,7 @@ public class ZenModeAutomationSettings extends ZenModeSettingsBase {
|
||||
final ComponentName configurationActivity = getSettingsActivity(si);
|
||||
if (ruleType != null && !ruleType.trim().isEmpty() && configurationActivity != null) {
|
||||
final ZenRuleInfo ri = new ZenRuleInfo();
|
||||
ri.serviceComponent = new ComponentName(si.packageName, si.name);
|
||||
ri.settingsAction = Settings.ACTION_ZEN_MODE_EXTERNAL_RULE_SETTINGS;
|
||||
ri.title = ruleType;
|
||||
ri.packageName = si.packageName;
|
||||
|
Reference in New Issue
Block a user