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
2010-07-27 07:31:22
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
2010-07-27 08:53:06
thank you...it worked for me
Santhosh
2010-07-28 09:11:32
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
2010-07-28 09:12:48