2016-07-07 17:17:54 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<PreferenceCategory
|
2017-01-28 23:45:14 +01:00
|
|
|
android:key="profile"
|
|
|
|
android:title="@string/profile">
|
2016-07-07 17:17:54 +02:00
|
|
|
|
|
|
|
<SwitchPreference
|
|
|
|
android:defaultValue="false"
|
|
|
|
android:key="syncprofiletopump"
|
|
|
|
android:title="@string/syncprofiletopump_title" />
|
|
|
|
</PreferenceCategory>
|
|
|
|
|
|
|
|
</PreferenceScreen>
|