Skip to content

Instantly share code, notes, and snippets.

@oscarito9410
Created October 8, 2020 03:45
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 oscarito9410/85e0ecb67afb77b0a4ac6c123ad46670 to your computer and use it in GitHub Desktop.
Save oscarito9410/85e0ecb67afb77b0a4ac6c123ad46670 to your computer and use it in GitHub Desktop.
send-sms
val appName = getString(R.string.app_name)
val placeHolder = getString(R.string.message_sos_alert_placeholder, "displayName", appName, featureConfig.shortCutAppUrl)
SmsReceiver.sendSMS(this, "5543136233", "Monica Vargas Velasco necesita ayuda a través de SOSMex descarga la app https://bit.ly/2TVb2bt http://maps.google.com/maps?f=q&q=(19.3832352,-99.0738685)")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment