如何插入短信到Android上发送文件夹 [英] How to insert sms into sent folder on android

查看:114
本文介绍了如何插入短信到Android上发送文件夹的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

发送短信后,编写短信发送到文件夹。
我怎样才能做到这在Android?

  SmsManager SM = SmsManager.getDefault();
sm.sendTextMessage(于零,文本,NULL,NULL);


解决方案

有在Android的没有发件箱。

有些SMS客户端可能有一个发件箱。你将不得不与这些应用程序的开发者,以找出是否有操纵该文件夹的文档和支持的API。例如,对于Messenger应用程序是在Android开源项目的一部分,没有任何记载和支持的API。

After sending a sms, write the sms into sent folder. How can i do it on android?

SmsManager sm = SmsManager.getDefault();
sm.sendTextMessage(to, null, text, null, null);

解决方案

There is no "sent folder" in Android.

Some SMS clients may have a "sent folder". You would have to contact the developers of those applications to find out if there is a documented and supported API for manipulating that folder. For example, there is no documented and supported API for the Messenger application that is part of the Android open source project.

这篇关于如何插入短信到Android上发送文件夹的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆