Cherish:Forward-port notification counters [2/2]
Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
@@ -678,4 +678,8 @@
|
|||||||
<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>
|
||||||
|
|||||||
@@ -145,6 +145,12 @@
|
|||||||
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 -->
|
||||||
<com.cherish.settings.preferences.SystemSettingSwitchPreference
|
<com.cherish.settings.preferences.SystemSettingSwitchPreference
|
||||||
|
|||||||
Reference in New Issue
Block a user