Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我可以只使用一个按钮单击发送彩信禁用 UI 吗?这可能使用 Intent.ActionSENDTO
帮我!
问候。
发送彩信然后使用此代码段:
Intent sendIntent = new Intent(Intent.ACTION_SEND); sendIntent.putExtra("sms_body", "some text"); sendIntent.putExtra(Intent.EXTRA_STREAM, Uri.parse(url)); sendIntent.setType("image/png");
这里 uri 是你的文件的路径。另外,您还可以定义要发送此彩信的号码