Guest User

Untitled

a guest
Oct 15th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. ussdCode = "*770#".replace("#",Uri.encode("#"));
  2. service.startActivity(new Intent("android.intent.action.CALL", Uri.parse("tel:" + ussdCode)));
Add Comment
Please, Sign In to add comment