overlay: Hide the option to show battery percentage
* The option is available in Status bar settings, as per our additions. Remove duplicate to improve UX. Change-Id: I60a737617f192f5f0699ce50cfc3edc52c862492
This commit is contained in:
parent
10ca86d1ff
commit
a4414a49ec
1 changed files with 3 additions and 0 deletions
|
@ -92,4 +92,7 @@
|
|||
|
||||
<!-- Whether or not swipe up gesture's opt-in setting is available on this device -->
|
||||
<bool name="config_swipe_up_gesture_setting_available">true</bool>
|
||||
|
||||
<!-- Whether or not we should show the option to show battery percentage -->
|
||||
<bool name="config_battery_percentage_setting_available">false</bool>
|
||||
</resources>
|
||||
|
|
Loading…
Reference in a new issue