2015-08-03 15:13:08 +02:00
|
|
|
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
|
|
2016-11-30 18:41:11 +01:00
|
|
|
<PreferenceScreen
|
2015-08-03 15:13:08 +02:00
|
|
|
android:persistent="false"
|
|
|
|
|
android:selectable="false"
|
2016-11-30 18:41:11 +01:00
|
|
|
android:summary="@string/account_privacy_text"
|
|
|
|
|
android:title="@string/account_privacy_title" />
|
2015-08-03 15:13:08 +02:00
|
|
|
|
|
|
|
|
</PreferenceScreen>
|