Re: [android-developers] Re: Tasks browser activity

2011-04-10 Thread Tomas Prochazka
WebView has two disadvantages 1.) It is security holes. App which open OAuth authorization page in WebView can acces my password 2.) In standard browser I have stored password and I don't need enter it again and again in every app which need acces to me twitter. -- You received this message

[android-developers] Re: Tasks browser activity

2009-08-06 Thread Hong
probably you can use a WebView --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send

[android-developers] Re: Tasks browser activity

2009-08-05 Thread Carl H.
As a generic question, when I start a browser, does it start in its own task? If Activity A - Activity B - Browser (callback via intent filter for Activity B on scheme) - Activity B (as new instance) Activity B is set as singleTop. As the Browser is on top of the stack, how can I get back to