| author | Vincent V. <marseille@beem-project.com> |
| Sun, 06 May 2012 12:28:38 +0200 | |
| changeset 944 | 31af5f8f9015 |
| parent 919 | b1815efd3cf6 |
| permissions | -rw-r--r-- |
| 863 | 1 |
<?xml version="1.0" encoding="utf-8"?> |
2 |
<account-authenticator |
|
3 |
xmlns:android="http://schemas.android.com/apk/res/android" |
|
|
919
b1815efd3cf6
Account_type now = package name.
Vincent V.<marseille@beem-project.com>
parents:
885
diff
changeset
|
4 |
android:accountType="com.beem.project.beem" |
| 863 | 5 |
android:icon="@drawable/beem_launcher_icon_silver" |
6 |
android:smallIcon="@drawable/beem_status_icon" |
|
|
885
193a934390ba
Try to modify accountPreferences Android API activity
"Vincent Veronis"
parents:
884
diff
changeset
|
7 |
android:label="@string/app_name" |
|
193a934390ba
Try to modify accountPreferences Android API activity
"Vincent Veronis"
parents:
884
diff
changeset
|
8 |
android:accountPreferences="@xml/preferences" |
| 884 | 9 |
/> |
| 872 | 10 |