tags:

views:

45

answers:

3

How can i close the browser once i got redirected to my app. Is there any way to do this?

+2  A: 

As far as I know there is no possibility to take influence on other activities, like closing etc.

Janusz
A: 

You should not start Browser. You can start your own activity with WebView on it. So when you're being redirected you can handle this event and close the activity.

Fedor
thank you...it worked for me
Santhosh
A: 

Work around for problem http://developer.android.com/resources/tutorials/views/hello-webview.html http://developer.android.com/reference/android/webkit/WebView.html

Santhosh