Android开发-API指南-Manifest介绍】的更多相关文章

App Manifest 英文原文:http://developer.android.com/guide/topics/manifest/manifest-intro.html 采集(更新)日期:2014-6-27 搬迁自原博客:http://blog.sina.com.cn/s/blog_48d491300102uwhe.html 在本文中 Manifest 文件的结构 约定 Android 特性 Intent 过滤器 图标和文本标签 权限 库 每个应用程序都必须在根目录包含一个 Androi…
<manifest> 英文原文:http://developer.android.com/guide/topics/manifest/manifest-element.html 采集(更新)日期:2014-5-30 搬迁自原博客:http://blog.sina.com.cn/s/blog_48d491300100zmum.html 语法: <manifest xmlns:android="http://schemas.android.com/apk/res/android&q…
Content Provider Basics 英文原文:http://developer.android.com/guide/topics/providers/content-provider-basics.html 采集日期:2015-01-07 在本文中 概述 访问 Provider Content URI 从 Content Provider 读取数据 申请读取权限 建立查询请求 显示查询结果 从查询结果中获取数据 Content Provider 相关权限 插入.修改.删除数据 插入数…
<provider> 英文原文:http://developer.android.com/guide/topics/manifest/provider-element.html 采集(更新)日期:2014-7-1 搬迁自原博客:http://blog.sina.com.cn/s/blog_48d491300100zmv5.html 语法: <provider android:authorities="list" android:enabled=["true&…
<application> 英文原文:http://developer.android.com/guide/topics/manifest/application-element.html 采集(更新)日期:2014-5-30 更新下老的文档,祝贺下自己 42 岁的生日. 搬迁自原博客:http://blog.sina.com.cn/s/blog_48d491300100zmga.html 语法: <application android:allowTaskReparenting=[&q…
Application Fundamentals 英文原文:http://developer.android.com/guide/components/fundamentals.html 采集(更新)日期:2015-05-11 搬迁自原博客:http://blog.sina.com.cn/s/blog_48d491300101h41p.html 在本文中 应用程序组件 激活组件 Manifest 文件 声明组件 声明应用程序的软硬件需求 应用程序资源 Android 应用程序是用 Java 语言…
<activity> 英文原文:http://developer.android.com/guide/topics/manifest/activity-element.html 采集(更新)日期:2014-6-4 搬迁自原博客:http://blog.sina.com.cn/s/blog_48d491300100zmg0.html 语法: <activity android:allowTaskReparenting=["true" | "false"…
<uses-feature> 英文原文:http://developer.android.com/guide/topics/manifest/uses-feature-element.html 采集(更新)日期:2014-7-7 搬迁自原博客:http://blog.sina.com.cn/s/blog_48d491300100zmwf.html 在本文中 Google Play 和基于设备特性的过滤机制 基于显式声明的特性需求进行过滤 基于隐含的特性需求进行过滤 对蓝牙特性的特殊处理 对应用…
<service> 英文原文:http://developer.android.com/guide/topics/manifest/service-element.html 采集(更新)日期:2014-7-2 搬迁自原博客:http://blog.sina.com.cn/s/blog_48d491300100zmva.html 语法: <service android:enabled=["true" | "false"] android:expor…
<intent-filter> 英文原文:http://developer.android.com/guide/topics/manifest/intent-filter-element.html 采集(更新)日期:2014-7-1 搬迁自原博客:http://blog.sina.com.cn/s/blog_48d491300100zmuk.html 语法: <intent-filter android:icon="drawable resource" android…