mirror of
https://github.com/pierre42100/ComunicAndroid
synced 2025-07-08 11:02:54 +00:00
Set background refresh setting
This commit is contained in:
11
app/src/main/res/xml/app_preferences.xml
Normal file
11
app/src/main/res/xml/app_preferences.xml
Normal 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>
|
Reference in New Issue
Block a user