Searched refs:SMS_URI_PREFIX (Results 1 – 1 of 1) sorted by relevance
26 private static final String SMS_URI_PREFIX = "sms:"; field in IntentUtil30 return new Intent(Intent.ACTION_SENDTO, Uri.parse(SMS_URI_PREFIX + phoneNumber)); in getSendSmsIntent()