thanks for the confirmation.

Also is there a way to launch the browser in the background from my
application.

Requirement:
1: Launch myapplication
2: Tell browser to launch in background and get "xyz.com" (which is
heavy site and takes time to load).
3. Show splash/terms page in my app.
4. After 5-6 seconds tell browser to come in front so that user see
'xyz.com' without delay.

thanks
sam



On Feb 18, 6:11 pm, Mark Murphy <mmur...@commonsware.com> wrote:
> SAM wrote:
> > I am able to launch browser and open site "google.com" and from my App
> > succesfully. I have a requirement that when the browser is laucnhed
> > from my application, I have to hide the address bar visible at top for
> > that browser session.
>
> > So can think of that I dont want the address that I am trying to open
> > to be visible to users.
>
> > Please let me if this is possible and and if yes how.
>
> You will need to implement your own browser using WebView. You have no
> way of controlling that aspect of the Browser application's behavior
> from an SDK application.
>
> --
> Mark Murphy (a Commons 
> Guy)http://commonsware.com|http://twitter.com/commonsguy
>
> Android Training...At Your Office:http://commonsware.com/training

-- 
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 email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to