Pebble: make the feature to automatically delete notifications from the pebble optional

(This is not pebble specific at all but as long as other devices do not use that it will stay in the Pebble specific preference screen)
This commit is contained in:
Andreas Shimokawa
2017-01-15 00:10:40 +01:00
parent 4dfef382a9
commit ce67bf2c52
5 changed files with 16 additions and 5 deletions
+5
View File
@@ -172,6 +172,11 @@
android:title="@string/pref_title_sunrise_sunset"
android:summary="@string/pref_summary_sunrise_sunset"
android:key="send_sunrise_sunset" />
<CheckBoxPreference
android:defaultValue="false"
android:key="autoremove_notfifcations"
android:summary="@string/pref_summary_autoremove_notifications"
android:title="@string/pref_title_autoremove_notifications" />
</PreferenceCategory>
<PreferenceCategory android:title="@string/pref_header_activitytrackers">
<ListPreference