res/xml/authenticator.xml
author Nikita Kozlov <nikita@elyzion.net>
Wed, 22 Feb 2012 18:55:21 +0100
changeset 936 5cfaa17be49e
parent 919 b1815efd3cf6
permissions -rw-r--r--
test if we really have a connection (we won't have one if the auth failed)

<?xml version="1.0" encoding="utf-8"?>
<account-authenticator
	xmlns:android="http://schemas.android.com/apk/res/android"
	android:accountType="com.beem.project.beem"
	android:icon="@drawable/beem_launcher_icon_silver"
	android:smallIcon="@drawable/beem_status_icon"
	android:label="@string/app_name"
	android:accountPreferences="@xml/preferences"
	/>