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

Commit 6035834c authored by John Spurlock's avatar John Spurlock
Browse files

Mark sysui config resource as untranslatable.

Bug:17523754
Change-Id: I8917c110acc02c501e4dc011de4e6e7f8a0545c5
parent e68bc7ab
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -211,7 +211,7 @@
    <bool name="doze_pulse_on_notifications">true</bool>

    <!-- Doze: when to pulse after a buzzworthy notification arrives -->
    <string name="doze_pulse_schedule">1s,10s,30s,60s,120s</string>
    <string name="doze_pulse_schedule" translatable="false">1s,10s,30s,60s,120s</string>

    <!-- Doze: maximum number of times the notification pulse schedule can be reset -->
    <integer name="doze_pulse_schedule_resets">3</integer>