Introduced in 2.0, the SDK offers AccountManager to access accounts.
For all who jumped the gun using the method described in this thread:
http://groups.google.com/group/android-developers/browse_thread/thread/7a6bf77910ca31e0/b3bdcb7a82d20a17?lnk=gst&q=+tut+%28sdk+1.5%29+get+google+account+of+user+++#b3bdcb7a82d20a17

The challenge is how to migrate to 2.0 while not decoupling 1.x.
Needless to say that calling GoogleLoginServiceHelper in 2.0 crashes
and sinks the app. So I've tried a few things but basically could not
navigate around the VerifyError that is thrown as soon as an app using
AccountManager (or any of other new classes) is launched on 1.x (where
these classes do not exist). There's of course always the option to
create a new app that encapsulates the functionality of the existing
app and only handles access to accounts differently. But this is not
necessarily the most elegant solution. Has anybody looked into this
and come up with any ideas?

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to