Cherish: Force Expanded Notifications [2/2]

This commit is contained in:
Jmz
2018-06-11 12:53:39 +02:00
committed by Hung Phan
parent 04101765f3
commit 99cee39d15
2 changed files with 10 additions and 0 deletions

View File

@@ -437,4 +437,8 @@
<string name="ringtone_focus_mode_dynamic">Headset only if music is active</string>
<string name="ringtone_focus_mode_stock">Both speaker and headset</string>
<!-- Force expanded notifications -->
<string name="force_expanded_notifications_title">Force expanded notifications</string>
<string name="force_expanded_notifications_summary">Force apps that support expanded notifications</string>
</resources>

View File

@@ -30,4 +30,10 @@
android:icon="@drawable/ic_battery_almostfull"
android:fragment="com.cherish.settings.fragments.BatteryLightSettings"
android:title="@string/battery_light_settings" />
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="force_expanded_notifications"
android:title="@string/force_expanded_notifications_title"
android:summary="@string/force_expanded_notifications_summary"
android:defaultValue="false" />
</PreferenceScreen>