简体   繁体   English

Android SMS内容提供商

[英]Android SMS content provider

I have a client who want an app that would run "perfectly". 我有一个客户想要一个可以“完美”运行的应用程序。

He asks me if there is any way of pulling off the entire list of SMSs for a certain contact in order to send it over to a webserver. 他问我是否有某种方法可以提取某个联系人的SMS的整个列表,以便将其发送到Web服务器。

I know that the SMS content provider is not part of the official SDK but I don't understand what does this exactly mean. 我知道SMS内容提供程序不是官方SDK的一部分,但我不明白这到底是什么意思。

Can anyone explain me the issues with the SMS CP and what are the risks of using it in my app? 谁能向我解释SMS CP的问题以及在我的应用程序中使用它的风险是什么? Will the app still be able to run without issues, as my detail-oriented client wishes? 该应用程序是否仍然可以按照我的注重细节的客户的意愿运行而不会出现问题?

PS Do not close this question. PS请不要关闭此问题。 I do not ask for personal opinions, I ask for technical explanations. 我不要求个人意见,我要求技术解释。

Thanks. 谢谢。

它无法完美运行,SMS不是公共API的一部分,这意味着它不能保证全面标准化,例如,您可以让您的应用在Nexus设备上的标准Android上运行,但HTC / Samsung和所有其他品牌根据他们的需求和设计,其内容提供商会略有不同,这意味着您的应用将依赖这些内容提供商。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM