Get Configured Email Account In Android 1.5
I need to Detect My android Device is configured with email or not in Android 1.5. i have Seen the class AccountManager but it is useful fo开发者_如何学Cr only 2.0 not 1.5. Please any one tell what is class for 1.5 to Detect the Email Client of Device
see : Get main gmail account username in Android < 2.0
get the git repository and check out the version with tag:"android-1.5" (the HEAD version has no GoogleLoginServiceHelper class)
Hope this helps.
精彩评论