`
notfatboy
  • 浏览: 235440 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

Android Content Provider List

阅读更多

Android平台提供的Content Providers如下表:

但是实际上可以在SDK上使用的content providers非常有限,仅限于在android.provider这个package中列出的providers, 其余providers均被Google隐藏起来,据Google的人声称是为今后更好的改变之。实际上也就隐藏了很多有用的功能,如果用户需要这些功能,只能自己重新编译源代码,生成自己的firmware,然后才能使用这些providers。

 

ApplicationsProvider
CalendarProvider
ContactsProvider  
DownloadProvider
DrmProvider
GoogleContactsProvider
GoogleSubscribedFeedsProvider 
ImProvider
MediaProvider
SettingsProvider
SubscribedFeedsProvider
TelephonyProvider 

UserDictionaryProvider

分享到:
评论

相关推荐

    android sdk 自带 实例(samples)

    Demonstrates how an application can communicate with a cloud-based service and synchronize its data with data stored locally in a content provider. The sample uses two related parts of the Android ...

    新版Android开发教程.rar

    ----------------------------------- Android 编程基础 1 封面----------------------------------- Android 编程基础 2 开放手机联盟 --Open --Open --Open --Open Handset Handset Handset Handset Alliance ...

    Android代码-BinaryContent

    The applicaion consists of a simple list activity, a content provider and a small service. ImageListActivity The list activity queries the provider for a list of items consisting of an ID and an image...

    Professional Android 4 Application Development 源代码

    Creating a Searchable Earthquake Content Provider Native Android Content Providers Chapter 9: Working in the Background Introducing Services Using Background Threads Using Alarms Using the Intent ...

    Android开发艺术探索

    Content Provider / 91 2.4.6 使用Socket / 103 2.5 Binder连接池 / 112 2.6 选用合适的IPC方式 / 121 第3章 View的事件体系 / 122 3.1 View基础知识 / 122 3.1.1 什么是View / 123 3.1.2 View的位置...

    一本android的好书beginning android 2 和 源码

    ■Chapter 27: Building a Content Provider First, Some Dissection Next, Some Typing Creating Your Content Provider Step 1: Create a Provider Class Step 2: Supply a Uri Step 3: Declare the ...

    android开发艺术探索高清完整版PDF

    / 353 9.4.2 广播的发送和接收过程 / 356 9.5 Content Provider的工作过程 / 362 第10章 Android的消息机制 / 372 10.1 Android的消息机制概述 / 373 10.2 Android的消息机制分析 / 375 10.2.1 Thread Local的...

    Android代码-CPOrm

    A Powerful Content Provider ORM for android. This ORM uses an android sqlite database as a backing store, but interacts with it using content providers. You use it like a normal ORM, by creating java ...

    package com.example.f1_telephone;

    import android.provider.ContactsContract.PhoneLookup; import android.database.Cursor; import android.view.View; import android.widget.AdapterView; import android.widget.AdapterView.OnItemClickListener...

    Android开发资料合集-World版!

    2.4、CONTENT PROVIDER 35 3、ANDROID UI LAYOUT 35 3.1、概述 35 3.2、线性布局(LINEAR LAYOUT) 36 3.3、相对布局(RELATIVE LAYOUT) 39 3.4、TABLELAYOUT 40 3.5、ABSOLUTELAYOUT 47 4、ANDROID UI 控件 48 4.1...

    Android 开发技巧

    2.4、CONTENT PROVIDER 35 3、ANDROID UI LAYOUT 35 3.1、概述 35 3.2、线性布局(LINEAR LAYOUT) 36 3.3、相对布局(RELATIVE LAYOUT) 39 3.4、TABLELAYOUT 40 3.5、ABSOLUTELAYOUT 47 4、ANDROID UI 控件 48 4.1...

    Android Debug Bridge(安卓调试桥) tools platform-tools adb命令行工具

    Android四大组件有Activity,Service服务,Content Provider内容提供,BroadcastReceiver广播接收器,具体不做多讲,常用的有以下: 查看前台 Activity命令:adb shell dumpsys activity activities | findstr ...

    android 360安全卫士 反编译源码

    import android.content.ContentProvider; import android.content.ContentResolver; import android.content.ContentUris; import android.content.ContentValues; import android.content.Context; import android...

    Android开发之多媒体文件获取工具类实例【音频,视频,图片等】

    本文实例讲述了Android开发之多媒体文件获取工具...import android.content.Context; import android.database.Cursor; import android.graphics.Bitmap; import android.provider.MediaStore; /** * 根据MediaStore查

    adb1.0.26包含fastboot.exe

    INSTALL_FAILED_CONFLICTING_PROVIDER 设备里已经存在与应用里同名的 content provider INSTALL_FAILED_NEWER_SDK 设备系统版本高于应用要求 INSTALL_FAILED_TEST_ONLY 应用是 test-only 的,但安装时没有指定 -t ...

    JAVA上百实例源码以及开源项目

    此时此景,笔者只专注Android、Iphone等移动平台开发,看着这些源码心中有万分感慨,写此文章纪念那时那景! Java 源码包 Applet钢琴模拟程序java源码 2个目标文件,提供基本的音乐编辑功能。编辑音乐软件的朋友,这...

    JAVA上百实例源码以及开源项目源代码

    Java 源码包 Applet钢琴模拟程序java源码 2个目标文件,提供基本的音乐编辑功能。编辑音乐软件的朋友,这款实例会... InputStream is=ftpClient.list(); //得到服务器目录与文件列表输入流  StringBuffer info=new ...

Global site tag (gtag.js) - Google Analytics