Re: [android-developers] Android new accounttype without AuthenticatorActivity

2013-01-31 Thread Nikolay Elenkov
On Thu, Jan 31, 2013 at 6:43 PM, Tom 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 Aut

[android-developers] Android new accounttype without AuthenticatorActivity

2013-01-31 Thread Tom
Hi guys, I write an app which should use an own account for contacts. I found a lot of examples in the internet but not that what I want. And the SampleSyncAdapter from the samples doesn't help me so much. What I want is a something like AccountManager _accountMgr = AccountManager.get(context);