Add privacy information to account screen

This commit is contained in:
Dominik Schürmann
2015-08-03 15:13:08 +02:00
parent 7474268ead
commit 974b7c37d4
15 changed files with 28 additions and 13 deletions

View File

@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<account-authenticator xmlns:android="http://schemas.android.com/apk/res/android"
android:accountPreferences="@xml/account_preferences"
android:accountType="@string/account_type"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name" />

View File

@@ -0,0 +1,10 @@
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
<PreferenceCategory android:title="@string/account_privacy_title" />
<Preference
android:persistent="false"
android:selectable="false"
android:summary="@string/account_privacy_text" />
</PreferenceScreen>