From 43d5629cf3f36ed4120a53f5d1ba0cdf00477c20 Mon Sep 17 00:00:00 2001 From: Zhao Wei Liew Date: Fri, 23 Dec 2016 20:45:27 +0800 Subject: Settings: statusbar: Enable notification icon count by default This used to be enabled by default in previous releases. Change-Id: I2eedf7d6a7864e8c27f74493af5227b61f7d8f31 --- res/xml/status_bar_settings.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/xml/status_bar_settings.xml b/res/xml/status_bar_settings.xml index 3db9fed..92a96ce 100644 --- a/res/xml/status_bar_settings.xml +++ b/res/xml/status_bar_settings.xml @@ -66,7 +66,7 @@ android:key="status_bar_notif_count" android:title="@string/status_bar_notif_count_title" android:summary="@string/status_bar_notif_count_summary" - android:defaultValue="false" /> + android:defaultValue="true" />