apps-android-commons/commons/res/xml/authenticator.xml
misaochan 43a2512104 Fixed namespace issue
Packages are now all in org.wikimedia.commons
2015-10-04 17:10:46 +13:00

6 lines
296 B
XML

<?xml version="1.0" encoding="utf-8"?>
<account-authenticator xmlns:android="http://schemas.android.com/apk/res/android"
android:accountType="org.wikimedia.commons"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:smallIcon="@drawable/ic_launcher" />