Set background refresh setting

This commit is contained in:
Pierre
2018-04-09 09:21:41 +02:00
parent b600306d79
commit 32eed6322f
5 changed files with 77 additions and 0 deletions

View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
<!-- Enable and / or disable notification service -->
<SwitchPreference
android:defaultValue="true"
android:key="enable_background_notification_refresh"
android:title="@string/preference_background_notif_title"
android:summary="@string/preference_background_notif_summary"/>
</PreferenceScreen>