Cherish:Forward-port notification counters [2/2]
Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
@@ -677,5 +677,9 @@
|
||||
<string name="location_privacy_indicator_summary">Show indicator when any app uses location</string>
|
||||
<string name="projection_privacy_indicator_title">Media projection privacy indicator</string>
|
||||
<string name="projection_privacy_indicator_summary">Show indicator when device screen is projected</string>
|
||||
|
||||
<!-- Notification count -->
|
||||
<string name="statusbar_notif_count_title">Show notification count</string>
|
||||
<string name="statusbar_notif_count_summary">Display the number of pending notifications</string>
|
||||
|
||||
</resources>
|
||||
|
||||
@@ -144,6 +144,12 @@
|
||||
android:title="@string/projection_privacy_indicator_title"
|
||||
android:summary="@string/projection_privacy_indicator_summary"
|
||||
android:defaultValue="true" />
|
||||
|
||||
<com.cherish.settings.preferences.SystemSettingSwitchPreference
|
||||
android:key="statusbar_notif_count"
|
||||
android:title="@string/statusbar_notif_count_title"
|
||||
android:summary="@string/statusbar_notif_count_summary"
|
||||
android:defaultValue="false" />
|
||||
|
||||
|
||||
<!-- Birghtness control -->
|
||||
|
||||
Reference in New Issue
Block a user