Skip to content

Commit

Permalink
overlay: Hide the option to show battery percentage
Browse files Browse the repository at this point in the history
 * The option is available in Status bar settings,
   as per our additions. Remove duplicate to improve UX.

Change-Id: I60a737617f192f5f0699ce50cfc3edc52c862492
  • Loading branch information
bgcngm authored and luca020400 committed Jun 3, 2019
1 parent 10ca86d commit a4414a4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions overlay/common/frameworks/base/core/res/res/values/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

0 comments on commit a4414a4

Please sign in to comment.