Cherish:Forward-port notification counters [2/2]

Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
Steve Kondik
2022-09-20 20:32:15 +07:00
committed by Hưng Phan
parent 31181403b7
commit 368cf1992a
2 changed files with 10 additions and 0 deletions

View File

@@ -677,5 +677,9 @@
<string name="location_privacy_indicator_summary">Show indicator when any app uses location</string> <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_title">Media projection privacy indicator</string>
<string name="projection_privacy_indicator_summary">Show indicator when device screen is projected</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> </resources>

View File

@@ -144,6 +144,12 @@
android:title="@string/projection_privacy_indicator_title" android:title="@string/projection_privacy_indicator_title"
android:summary="@string/projection_privacy_indicator_summary" android:summary="@string/projection_privacy_indicator_summary"
android:defaultValue="true" /> 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 --> <!-- Birghtness control -->