Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 513d3e70 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Update Priority Only defaults on Watch to not include Repeat Callers" into cw-f-dev

parents e65da106 c04e68f0
Loading
Loading
Loading
Loading
+3 −3
Original line number Original line Diff line number Diff line
@@ -17,8 +17,8 @@


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