diff options
| author | Evan Laird <evanlaird@google.com> | 2018-07-18 19:31:44 +0000 |
|---|---|---|
| committer | Evan Laird <evanlaird@google.com> | 2018-07-18 16:02:38 -0400 |
| commit | 6bcf87a34aea31e61956a1d12d762e9ec0a9c9be (patch) | |
| tree | cb9f27174cf1b7e99deeab266fdeef825cabe364 /crosshatch | |
| parent | 9d8db5a7f50aa89c9596aa408ab30c4b821eb497 (diff) | |
Revert "Turn off battery % in crosshatch"
This reverts commit d6b3d268d397893055c356c4db3c1f649bdb62af.
Reason for revert: we want the exact opposite of this
Test: turn on percentage in settings
Fixes: 80129194
Change-Id: I8b421ed00bea7bfe6607c5b28c7241f828892c86
Diffstat (limited to 'crosshatch')
| -rwxr-xr-x | crosshatch/overlay/frameworks/base/core/res/res/values/config.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/crosshatch/overlay/frameworks/base/core/res/res/values/config.xml b/crosshatch/overlay/frameworks/base/core/res/res/values/config.xml index c671966..4bac07d 100755 --- a/crosshatch/overlay/frameworks/base/core/res/res/values/config.xml +++ b/crosshatch/overlay/frameworks/base/core/res/res/values/config.xml @@ -723,11 +723,7 @@ <!-- Shutdown if the battery temperature exceeds (this value * 0.1) Celsius. --> <integer name="config_shutdownBatteryTemperature">600</integer> - <!-- Whether or not we should show the option to show battery percentage --> - <bool name="config_battery_percentage_setting_available">false</bool> - <string-array name="config_disableApkUnlessMatchedSku_skus_list" translatable="false"> <item>G013D</item> </string-array> - </resources> |
