res/xml/authenticator.xml
author "Vincent Veronis"
Thu, 31 Mar 2011 21:49:28 +0200
changeset 882 5cf109742815
parent 881 31eec457a6e9
child 884 b5104ccb1916
permissions -rw-r--r--
SharedPreferences load account settings from android.account and beem.settings menu options

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