Update Priority Only defaults on Watch to not include Repeat Callers

BUG: 30358462
Change-Id: I52a086e0cc92d1f09a3c40e9be50df187da94c28
This commit is contained in:
Anthony Hugh
2016-07-25 15:04:59 -07:00
parent 024f0f7fe3
commit c04e68f0a5

View File

@@ -17,8 +17,8 @@
<!-- Default configuration for zen mode. See android.service.notification.ZenModeConfig. -->
<zen version="2">
<!-- Allow starred contacts to go through only. Repeated calls on.
Calls, messages, reminders, events off.-->
<allow from="2" repeatCallers="true" calls="false" messages="false" reminders="false"
<!-- Allow starred contacts to go through only.
Repeated calls, calls, messages, reminders, events off. -->
<allow from="2" repeatCallers="false" calls="false" messages="false" reminders="false"
events="false"/>
</zen>