summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorRaj Yengisetty <rajesh@cyngn.com>2014-12-12 16:43:49 -0800
committerRaj Yengisetty <rajesh@cyngn.com>2014-12-12 16:43:49 -0800
commit57cf82af7cb9d53261d6a929a3d14a5ff83186fe (patch)
tree96f9e7d934dcfb11a9cf11e4900c3338821840ad /res
parentd372b68df6b35cc3a095828dc5438ce9d0197a73 (diff)
downloadandroid_packages_apps_Trebuchet-57cf82af7cb9d53261d6a929a3d14a5ff83186fe.tar.gz
android_packages_apps_Trebuchet-57cf82af7cb9d53261d6a929a3d14a5ff83186fe.tar.bz2
android_packages_apps_Trebuchet-57cf82af7cb9d53261d6a929a3d14a5ff83186fe.zip
Default show unread count to true
Change-Id: I809627c4b793e106dc8720f34fbda452cb5ee41a
Diffstat (limited to 'res')
-rw-r--r--res/values/config.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/config.xml b/res/values/config.xml
index 0287c83e0..1d54e7897 100644
--- a/res/values/config.xml
+++ b/res/values/config.xml
@@ -120,5 +120,5 @@
<bool name="config_launcher_page">false</bool>
<bool name="config_launcher_shortcut">false</bool>
- <bool name="config_launcher_show_unread_number">false</bool>
+ <bool name="config_launcher_show_unread_number">true</bool>
</resources>