Skip to content

Instantly share code, notes, and snippets.

@yelinaung
Created June 17, 2014 09:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yelinaung/79635411e99cf2e5039d to your computer and use it in GitHub Desktop.
Save yelinaung/79635411e99cf2e5039d to your computer and use it in GitHub Desktop.
EncodeHash
String number = yourNumberBlahBlah + Uri.encode("#");
Intent i = new Intent(android.content.Intent.ACTION_CALL, Uri.parse("tel:" + number ));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment