Skip to content

Instantly share code, notes, and snippets.

@Dmuasya
Created August 6, 2020 12:30
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 Dmuasya/8969e1e12f9d5cda63a4765bd4c0cf0d to your computer and use it in GitHub Desktop.
Save Dmuasya/8969e1e12f9d5cda63a4765bd4c0cf0d to your computer and use it in GitHub Desktop.
public void sendingSms(){
SmsManager smsManager = SmsManager.getDefault();
smsManager.sendTextMessage("+254700000000", null, "https://www.google.com/maps/dir/?api=1&destination=lat,lng", null, null);
Toast.makeText(getApplicationContext(), "SMS SENT",
Toast.LENGTH_LONG).show();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment