Add translatable=false to dozeComponent

Add translatable=false to dozeComponent: this prevents it from breaking with
en_XA pseudolocalization.

Change-Id: I53a77d8590c65189633b89fed67d247115e75df9
This commit is contained in:
Justin Koh
2015-03-10 13:12:51 -07:00
parent 1d0b0edd30
commit ba6cff0de7

View File

@@ -1441,7 +1441,7 @@
Note that doze dreams are not subject to the same start conditions as ordinary dreams.
Doze dreams will run whenever the power manager is in a dozing state. -->
<string name="config_dozeComponent"></string>
<string name="config_dozeComponent" translatable="false"></string>
<!-- If true, the doze component is not started until after the screen has been
turned off and the screen off animation has been performed. -->