HeadsUp: Stop showing notifications when selected applications on top
Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
@@ -17,6 +17,14 @@
|
||||
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:title="@string/notifications_title"
|
||||
xmlns:settings="http://schemas.android.com/apk/res/com.android.settings">
|
||||
|
||||
<!-- Heads up -->
|
||||
<Preference
|
||||
android:key="heads_up_notifications"
|
||||
android:title="@string/heads_up_notifications"
|
||||
android:summary="@string/heads_up_summary"
|
||||
android:icon="@drawable/ic_plus"
|
||||
android:fragment="com.cherish.settings.fragments.HeadsUpSettings" />
|
||||
|
||||
<Preference
|
||||
android:key="notification_light"
|
||||
|
||||
Reference in New Issue
Block a user