Allow phone call notifications (also in call display) to be disabled in preferences

This will allow Pebble Dialer to handle these #106
This commit is contained in:
Andreas Shimokawa
2015-09-20 22:04:53 +02:00
parent f6ef72e9fb
commit 98b1abedac
5 changed files with 27 additions and 4 deletions
+7
View File
@@ -25,6 +25,13 @@
android:key="pref_key_notifications"
android:title="@string/pref_header_notifications">
<ListPreference
android:defaultValue="always"
android:entries="@array/notification_mode_toggle"
android:entryValues="@array/notification_mode_values_toggle"
android:key="notification_mode_calls"
android:title="@string/pref_title_notifications_call" />
<ListPreference
android:defaultValue="when_screen_off"
android:entries="@array/notification_mode"