【发布时间】:2013-07-18 14:36:12
【问题描述】:
我正在使用此代码
Intent intentsms = new Intent( Intent.ACTION_VIEW, Uri.parse( "sms:" + "" ) );
intentsms.putExtra( "sms_body", "Test text..." );
startActivity( intentsms );
但这是开放的 android 消息活动。但我不想要这个。我想直接从我的手机发送消息而不点击发送按钮
提前致谢
【问题讨论】:
-
这不值得 +1 ... 谷歌问了这么多次:android send sms without Intent ... 这个问题只显示了提问者的懒惰
-
我找了这么多可能是我的研发有问题。如果您有解决方案,请给我链接...如果您不喜欢这样的坦克,那么您可以投票给我...