How to close android browser after redirecting to my app?
How can i close the 开发者_如何学编程browser once i got redirected to my app. Is there any way to do this?
As far as I know there is no possibility to take influence on other activities, like closing etc.
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.
Work around for problem http://developer.android.com/resources/tutorials/views/hello-webview.html http://developer.android.com/reference/android/webkit/WebView.html
精彩评论