Advertisement
Guest User

site

a guest
Feb 22nd, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.29 KB | None | 0 0
  1. מעבר לאתר העמותה לדף מבקשת התרומה
  2. =====================
  3.     String url = "https://www.2help.org.il/food";
  4.                          Intent i = new Intent(Intent.ACTION_VIEW);
  5.                          i.setData(Uri.parse(url));
  6.                          startActivity(i);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement