Hi,
I use GoogleLoginServiceHelper.getCredentials in my activity. There
are three buttons (Create, Sing in and Skip) in account setting page.
When I click skip button and click next, it will change to some pages
and the back to the account setting page but only have Create and Sing
in buttons. It seems I must register Google account in this page. Is
there any way to skip account setting page by skip button?

My code usage is as below, any suggestion is appreciate.

        GoogleLoginServiceHelper.getCredentials(
                this,
                GOOGLE_LOGIN_REQUEST,
                bundle,
                GoogleLoginServiceConstants.PREFER_HOSTED,
                null,
                true);

--~--~---------~--~----~------------~-------~--~----~
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