Update zen rule type selection and view.
Separate rule type selection from naming, launch 3P UI for non-system rules. Bug: 22977552 Change-Id: Ifbd82da2192c4aaf5f239a188a016d9e1af542d6
This commit is contained in:
14
src/com/android/settings/notification/ZenRuleInfo.java
Normal file
14
src/com/android/settings/notification/ZenRuleInfo.java
Normal file
@@ -0,0 +1,14 @@
|
||||
package com.android.settings.notification;
|
||||
|
||||
import android.content.ComponentName;
|
||||
import android.net.Uri;
|
||||
|
||||
public class ZenRuleInfo {
|
||||
public String packageName;
|
||||
public String title;
|
||||
public String settingsAction;
|
||||
public ComponentName configurationActivity;
|
||||
public Uri defaultConditionId;
|
||||
public ComponentName serviceComponent;
|
||||
public boolean isSystem;
|
||||
}
|
||||
Reference in New Issue
Block a user