res/xml/authenticator.xml
author "Vincent Veronis"
Wed, 30 Mar 2011 23:29:12 +0200
changeset 881 31eec457a6e9
parent 872 11a7b9c1c500
child 884 b5104ccb1916
permissions -rw-r--r--
SyncAdapter 'ok' AccountSettings 'ok'
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
863
85977e23817a Account Manager Creation OK
"Vincent Veronis"
parents:
diff changeset
     1
<?xml version="1.0" encoding="utf-8"?>
85977e23817a Account Manager Creation OK
"Vincent Veronis"
parents:
diff changeset
     2
<account-authenticator
85977e23817a Account Manager Creation OK
"Vincent Veronis"
parents:
diff changeset
     3
	xmlns:android="http://schemas.android.com/apk/res/android"
85977e23817a Account Manager Creation OK
"Vincent Veronis"
parents:
diff changeset
     4
	android:accountType="com.beem.project.com"
85977e23817a Account Manager Creation OK
"Vincent Veronis"
parents:
diff changeset
     5
	android:icon="@drawable/beem_launcher_icon_silver"
85977e23817a Account Manager Creation OK
"Vincent Veronis"
parents:
diff changeset
     6
	android:smallIcon="@drawable/beem_status_icon"
881
31eec457a6e9 SyncAdapter 'ok'
"Vincent Veronis"
parents: 872
diff changeset
     7
	android:label="@string/app_name" 
31eec457a6e9 SyncAdapter 'ok'
"Vincent Veronis"
parents: 872
diff changeset
     8
	android:accountPreferences="@xml/preferences" /> 
872
11a7b9c1c500 Debut multi account
"Vincent Veronis"
parents: 863
diff changeset
     9