commit | a4cfcca9e40829d3fae8218ebe9462fe4d19b2a4 | [log] [tgz] |
---|---|---|
author | Sebastian Haderecker <sebastian.haderecker@gmail.com> | Thu Apr 20 17:52:21 2017 +0200 |
committer | Harry Youd <harry@harryyoud.co.uk> | Thu May 25 08:44:46 2017 +0000 |
tree | d80a69223503b5c183303aeab7dd7a6b39ea8ec6 | |
parent | 65f03f1408a610ad35ffc88b58f40ffb7dc236eb [diff] |
Show full alarm info Globally enable full alarm info in quick settings drawer. Screenshots: https://goo.gl/photos/ycuvZZFD1ssyWu8B6 This detailed info is pretty useful why not enable it for all devices. Change-Id: I46ccc3547922b6ab5fdcf8798bd5269b7465a92d Signed-off-by: Sebastian Haderecker <sebastian.haderecker@gmail.com>
diff --git a/overlay/common/frameworks/base/packages/SystemUI/res/values/config.xml b/overlay/common/frameworks/base/packages/SystemUI/res/values/config.xml index 9058a19..840a615 100644 --- a/overlay/common/frameworks/base/packages/SystemUI/res/values/config.xml +++ b/overlay/common/frameworks/base/packages/SystemUI/res/values/config.xml
@@ -24,4 +24,6 @@ <!-- Should "4G" be shown instead of "LTE" when the network is NETWORK_TYPE_LTE? --> <bool name="config_show4GForLTE">false</bool> + + <bool name="quick_settings_show_full_alarm">true</bool> </resources>