MGK
MGK

Reputation: 7098

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?

Upvotes: 2

Views: 2460

Answers (3)

Fedor
Fedor

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

Janusz
Janusz

Reputation: 189594

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

Upvotes: 2

Related Questions