Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/android/227.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
我想在我的android应用程序中发送消息,但我没有';我不想使用权限发送短信。我想使用意图发送消息_Android - Fatal编程技术网

我想在我的android应用程序中发送消息,但我没有';我不想使用权限发送短信。我想使用意图发送消息

我想在我的android应用程序中发送消息,但我没有';我不想使用权限发送短信。我想使用意图发送消息,android,Android,我想在我的应用程序中发送消息,但我不想在清单中使用权限(发送短信) 我想使用(意图)发送消息 startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse("sms:" + phoneNumber)));

我想在我的应用程序中发送消息,但我不想在清单中使用权限(发送短信)

我想使用(意图)发送消息

startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse("sms:"
                        + phoneNumber)));