This commit is contained in:
Paul Schneider 2016-12-20 23:57:24 +01:00
commit 3dd0f0553e
24 changed files with 2267 additions and 2014 deletions

View file

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8" ?>
<account-authenticator xmlns:android="http://schemas.android.com/apk/res/android"
android:accountType="typeOfAuthenticator"
android:icon="@drawable/icon"
android:smallIcon="@drawable/icon"
android:label="@string/account_authenticator_label"
android:accountPreferences="@xml/account_preferences"
/>