Advertisement
Guest User

Untitled

a guest
Apr 24th, 2014
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. public boolean shouldOverrideUrlLoading(WebView view, String url)
  2. {
  3. view.loadUrl(url);
  4. return true;
  5. }
  6.  
  7. public boolean shouldOverrideUrlLoading(WebView view, String url)
  8. {
  9. return false;
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement