On Thu, Jan 31, 2013 at 6:43 PM, Tom <tklapet...@aol.com> wrote:

> My idea was, to create an new account for my app (like "WhatsApp" is doing
> that) and storing there my additonal contactinformation.
> This account I can export and import it to a new smartphone.
>
> That's right, or? But for that I don't need an AuthenticatorActivity with
> username and password.
> I only need a new account.

Not quite clear why think you need an (AccountManager) account. Generally
you cannot export an account, you need to add it manually to the new phone
by entering the username and password. Any extra data you store along with
the account will thus be lost. Sounds like you just need to rebuild your
internal database on first run by matching/searching the system contacts.

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to