Reputation: 7098
How can i close the browser once i got redirected to my app. Is there any way to do this?
Upvotes: 2
Views: 2460
Reputation: 7098
Work around for problem http://developer.android.com/resources/tutorials/views/hello-webview.html http://developer.android.com/reference/android/webkit/WebView.html
Upvotes: 0
Reputation: 43422
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.
Upvotes: 1
Reputation: 189594
As far as I know there is no possibility to take influence on other activities, like closing etc.
Upvotes: 2