Hi, I am trying to use the new Account API to get rid of my homegrown authentication against Google. The recently introduced Account API seems to do the trick, only it is totally undocumented about the use with Google as provider.
Now that the Android 2.1 sources are out I checked if the official apps meanwhile use the new API - and they do - Yay! Unfortunately they still access non-sdk code. So to replicate its functionality I would need to know what com.google.android.googlelogin.GoogleLoginServiceConstantsFEATURE_LEGACY_HOSTED_OR_GOOGLE contains. I get a ClassNotFoundException when I try to load the class with Class.forName(). I tried this on an Android 2.1 emulator with the Google API and on an 2.0 Droid. How do I get my hands on this class? -- 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

