summaryrefslogtreecommitdiffstats
path: root/src/com/android/settings/notification/ZenRuleNameDialog.java
diff options
context:
space:
mode:
authorJohn Spurlock <jspurlock@google.com>2015-05-05 09:59:26 -0400
committerJohn Spurlock <jspurlock@google.com>2015-05-05 10:12:26 -0400
commit4b43b720544c556e4a8aca4e00a78ea1cd54160f (patch)
treeb0be12dceb77c57b37a0e75c2b297ef20fbedee1 /src/com/android/settings/notification/ZenRuleNameDialog.java
parent0ab13b8326d6f31caff922fd95828254cb95a618 (diff)
downloadpackages_apps_Settings-4b43b720544c556e4a8aca4e00a78ea1cd54160f.zip
packages_apps_Settings-4b43b720544c556e4a8aca4e00a78ea1cd54160f.tar.gz
packages_apps_Settings-4b43b720544c556e4a8aca4e00a78ea1cd54160f.tar.bz2
Settings: Calendar event zen rule string updates.
- Remove Attendance option. - Use new reply value, tweak wording and summaries. Bug: 20064962 Change-Id: I6977b494e54752fa87ea08df0ed085129a09a3d3
Diffstat (limited to 'src/com/android/settings/notification/ZenRuleNameDialog.java')
-rw-r--r--src/com/android/settings/notification/ZenRuleNameDialog.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/com/android/settings/notification/ZenRuleNameDialog.java b/src/com/android/settings/notification/ZenRuleNameDialog.java
index cd5c766..847007c 100644
--- a/src/com/android/settings/notification/ZenRuleNameDialog.java
+++ b/src/com/android/settings/notification/ZenRuleNameDialog.java
@@ -166,7 +166,6 @@ public abstract class ZenRuleNameDialog {
private static RuleInfo defaultNewEvent() {
final EventInfo event = new EventInfo();
event.calendar = 0; // any
- event.attendance = EventInfo.ATTENDANCE_REQUIRED_OR_OPTIONAL;
event.reply = EventInfo.REPLY_ANY_EXCEPT_NO;
final RuleInfo rt = new RuleInfo();
rt.settingsAction = ZenModeEventRuleSettings.ACTION;