cm: Set ThemeChooser to style_change_only mode
Change-Id: Iafc601aca907b0c2e03282fe68ffc744fde60c26
diff --git a/overlay/common/vendor/tmobile/apps/ThemeChooser/res/values/config.xml b/overlay/common/vendor/tmobile/apps/ThemeChooser/res/values/config.xml
new file mode 100644
index 0000000..f5f3a03
--- /dev/null
+++ b/overlay/common/vendor/tmobile/apps/ThemeChooser/res/values/config.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+ <!-- If set to true, theme change will not apply ringtone or wallpapers
+ from the theme. Instead, only the system's visual style will be
+ affected. -->
+ <bool name="config_change_style_only">true</bool>
+</resources>