[android-developers] Re: switching from one app to another

2011-05-30 Thread harsh chandel
in manifest file put intent filter as callback and browseable On May 29, 1:02 pm, Dianne Hackborn wrote: > This will also cause the browser to add new windows/tabs to the single task > it maintains.  Please don't do this kind of thing. :} > > > > On Sun, May 29, 2011 at 12:01 AM, Doug wrote: >

Re: [android-developers] Re: switching from one app to another

2011-05-29 Thread Dianne Hackborn
This will also cause the browser to add new windows/tabs to the single task it maintains. Please don't do this kind of thing. :} On Sun, May 29, 2011 at 12:01 AM, Doug wrote: > On May 26, 5:06 pm, bob wrote: > > I have an app that opens a web browser, but after awhile I want the > > app to swi

[android-developers] Re: switching from one app to another

2011-05-29 Thread Doug
On May 26, 5:06 pm, bob wrote: > I have an app that opens a web browser, but after awhile I want the > app to switch from the web browser back to itself. Is there an easy > way to do this? I agree with Justin and Mark, but I don't have any ethical qualms in sharing a solution that does what you