Mark sysui config resource as untranslatable.

Bug:17523754
Change-Id: I8917c110acc02c501e4dc011de4e6e7f8a0545c5
This commit is contained in:
John Spurlock
2014-09-19 20:48:24 -04:00
parent e68bc7ab73
commit 6035834cdd

View File

@@ -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>