Guest User

Untitled

a guest
Jan 12th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. public void goapps(View v) {
  2. Intent intent = new Intent("android.intent.action.VIEW");
  3. intent.setData(Uri.parse("market://search?q=pub:ltsolution"));
  4. startActivity(intent);
  5. }
Add Comment
Please, Sign In to add comment