On Sat, Feb 19, 2011 at 5:33 PM, cuil yahoo <[email protected]> wrote: > I am making an app. which uses google authentication. For this, i pass on > intents to the browser and then using the callback method, get the token > back to my application.
Callback method? > The problem i am facing is : After getting the token when i go to my next > activity, and if i click back( which calls finish() ) it goes back to the > browser (which i think did not close but just transferred the token and then > remained in the background ). > > I want to display my main activity when i click back . It would be great if > someone could please provide some pointers. With regards to your subject line, you cannot close the browser. That is another application -- you have no more rights to close some other application than other applications have the right to close yours. Off the cuff, I would think that this sort of authentication would work better with a WebView widget, so you can control this stuff better. Then again, I have not tried it. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android Training in London: http://bit.ly/smand1 and http://bit.ly/smand2 -- 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

