From 46b77bf34219aa47e916f0ab980d3bd5bb05ba34 Mon Sep 17 00:00:00 2001 From: Christian Schneppe Date: Wed, 12 Sep 2018 22:32:47 +0200 Subject: initial work toward api 26+ * introduce notification channels * always use foreground service on 26+ --- src/main/res/xml/preferences.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'src/main/res/xml/preferences.xml') diff --git a/src/main/res/xml/preferences.xml b/src/main/res/xml/preferences.xml index b4edb7a34..73d817782 100644 --- a/src/main/res/xml/preferences.xml +++ b/src/main/res/xml/preferences.xml @@ -152,6 +152,20 @@ android:key="notifications_from_strangers" android:summary="@string/pref_notifications_from_strangers_summary" android:title="@string/pref_notifications_from_strangers" /> + + + + + +