How can I do that the web browser call a custom scheme to start a activity, then I want I press the Back Button but not return the web browser.
I just want to implem
When you open your Intent maybe you can set it with no-history flag
intent.setFlags(Intent.FLAG_ACTIVITY_NO_HISTORY);