aboutsummaryrefslogtreecommitdiffstats
path: root/cm
diff options
context:
space:
mode:
authorKeith Mok <kmok@cyngn.com>2016-01-26 11:42:46 -0800
committerKeith Mok <kmok@cyngn.com>2016-01-26 13:22:40 -0800
commit3629a574b2a349a76036be9e887927549f510866 (patch)
treef3b0ec15c610e1b0abd285ff3cfdd721b1e68466 /cm
parenta3c05bf3ffffb39c9ebd409ccf53cb0cb84c1f61 (diff)
downloadvendor_cmsdk-3629a574b2a349a76036be9e887927549f510866.zip
vendor_cmsdk-3629a574b2a349a76036be9e887927549f510866.tar.gz
vendor_cmsdk-3629a574b2a349a76036be9e887927549f510866.tar.bz2
cmsdk: remove visualizer from default qs tile list
This fixes the following errors during bootup: QSTileHost: Error creating tile for spec: visualizer QSTileHost: java.lang.IllegalArgumentException: Bad tile spec: visualizer CYNGNOS-1722 Change-Id: Idd45ef73beb004fb4afb310bb335f3cc85b08330
Diffstat (limited to 'cm')
-rw-r--r--cm/res/res/values/config.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/cm/res/res/values/config.xml b/cm/res/res/values/config.xml
index c699ac5..515cab9 100644
--- a/cm/res/res/values/config.xml
+++ b/cm/res/res/values/config.xml
@@ -65,7 +65,7 @@
<bool name="config_multipleNotificationLeds">false</bool>
<!-- Default, comma-delimited, quick settings tiles. See QSConstants.java for a list of all available tiles -->
- <string name="config_defaultQuickSettingsTiles">wifi,bt,cell,airplane,rotation,flashlight,location,edit,cast,visualizer,hotspot,inversion,dnd,live_display</string>
+ <string name="config_defaultQuickSettingsTiles">wifi,bt,cell,airplane,rotation,flashlight,location,edit,cast,hotspot,inversion,dnd,live_display</string>
<!-- Wifi Service -->
<!-- Whether to make default hotspot security NONE-->