Android的内容提供商列表 [英] Android Content provider list

查看:134
本文介绍了Android的内容提供商列表的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在哪里可以得到内容提供商的完整列表的Andr​​oid提供了开箱?
具体来说,我正在寻找一个内容提供商,列出收到的短信。

Where can I get the full list of Content Provider that Android offers out of the box?
Specifically, I'm looking for a content provider that lists received SMS.

推荐答案

在公开的那些列在android.provider包SDK文档中:

The publicly available ones are listed in the android.provider package in the SDK documentation:

<一个href="http://developer.android.com/reference/android/provider/package-summary.html">http://developer.android.com/reference/android/provider/package-summary.html

所有其他的没有证件,presumably是有原因的。欢迎您要搜索的Andr​​oid源$ C ​​$ C这些类延伸的ContentProvider ,可能使用<一个href="http://www.google.com/$c$csearch?hl=en&lr=&q=package%3Aandroid+%22extends+ContentProvider%22&sbtn=Search">Google code搜索。而且,如果你正在改进的Andr​​oid固件,还可以进行查询对Android 开源项目列表,查看如何最适合你的特定需要的功能添加。

All other ones are undocumented, presumably for a reason. You are welcome to search the Android source code for those classes which extend ContentProvider, perhaps using Google Code Search. And, if you are working on improving the Android firmware, you can also make inquiries on one of the Android open source project lists to see how best for you to add in your specific desired capability.

这篇关于Android的内容提供商列表的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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