summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authoremancebo <emancebo@cyngn.com>2015-05-22 16:59:25 -0700
committerGerrit Code Review <gerrit@cyanogenmod.org>2015-06-18 16:57:57 +0000
commitffc0dbd2fbba0b4fe5c9c19f481ba815c31c6d4f (patch)
tree8860a69f922f90f31cd835d503c4800cfb4dbd81 /res/values
parentc5e926d67f04fa4f8cf769ca37065f2c7cf6787c (diff)
downloadpackages_apps_SetupWizard-ffc0dbd2fbba0b4fe5c9c19f481ba815c31c6d4f.zip
packages_apps_SetupWizard-ffc0dbd2fbba0b4fe5c9c19f481ba815c31c6d4f.tar.gz
packages_apps_SetupWizard-ffc0dbd2fbba0b4fe5c9c19f481ba815c31c6d4f.tar.bz2
SetupWizard: add overlay to uncheck cyanogen theme option by default
Change-Id: I278dcb3b2d8099b71a66d90250c40836dd8ec7fc (cherry picked from commit 7a255f6e5c34b7abe49333eb8f623904a8576a67)
Diffstat (limited to 'res/values')
-rw-r--r--res/values/config.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/values/config.xml b/res/values/config.xml
index dda669e..e2e8c8f 100644
--- a/res/values/config.xml
+++ b/res/values/config.xml
@@ -20,4 +20,5 @@
<!-- The type of sim image to display.
0=default sim image, 1=sim on side, 2=sim on back-->
<integer name="sim_image_type">0</integer>
+ <bool name="check_custom_theme_by_default">true</bool>
</resources>