I want to send message in my app but i don't want to use permission (send_sms) in Manifest.
I want to use (Intent) for send message.
startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse("sms:" + phoneNumber)));
Send SMS in android