Advertisement
Guest User

Untitled

a guest
Oct 20th, 2014
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. Browser.clearHistory(getContentResolver());
  2. Browser.clearSearches(getContentResolver());
  3. Intent browserIntent = new Intent(Intent.ACTION_VIEW, Uri.parse(//appurl));
  4. startActivity(browserIntent);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement