I'm sending sms from my apps using this method.
startActivity(new Intent(Intent.ACTION_VIEW, Uri.fromParts("sms", number, null)));
But I did not declare android.permission.SEND_SMS
in manifest file. Will it create any problem to published apps? Or is it rejecte from google play store?