上一页 1 2 3 4 5 6 7 8 9 10 ··· 20 下一页
摘要: <uses-configuration> 语法: <uses-configuration android:reqFiveWayNav=["true" | "false"] android:reqHardKeyboard=["true" | "false"] android:reqKeyboardTy 阅读全文
posted @ 2020-04-03 15:08 王世桢 阅读(467) 评论(0) 推荐(0) 编辑
摘要: <supports-gl-texture> 注意:Google Play 会根据应用支持的纹理压缩格式对其进行过滤,以确保应用只能安装在可正确处理其纹理的设备上。您可以将纹理压缩过滤用作定位特定设备类型(基于 GPU 平台)的一种方法。 有关 Google Play 如何将 <supports-gl 阅读全文
posted @ 2020-04-03 15:03 王世桢 阅读(417) 评论(0) 推荐(0) 编辑
摘要: <provider> 语法: <provider android:authorities="list" android:directBootAware=["true" | "false"] android:enabled=["true" | "false"] android:exported=["t 阅读全文
posted @ 2020-04-03 15:00 王世桢 阅读(1046) 评论(0) 推荐(0) 编辑
摘要: <path-permission> 语法: <path-permission android:path="string" android:pathPrefix="string" android:pathPattern="string" android:permission="string" andr 阅读全文
posted @ 2020-04-03 14:56 王世桢 阅读(530) 评论(0) 推荐(0) 编辑
摘要: <grant-uri-permission> 语法: <grant-uri-permission android:path="string" android:pathPattern="string" android:pathPrefix="string" /> 包含于:<provider>说明:指定 阅读全文
posted @ 2020-04-03 14:38 王世桢 阅读(725) 评论(0) 推荐(0) 编辑
摘要: <action> 语法: <action android:name="string" /> 包含于:<intent-filter> 说明:向 Intent 过滤器添加操作。<intent-filter> 元素必须包含一个或多个 <action> 元素。如果 Intent 过滤器中没有 <action 阅读全文
posted @ 2020-04-03 14:34 王世桢 阅读(394) 评论(0) 推荐(0) 编辑
摘要: <application> 语法: <application android:allowTaskReparenting=["true" | "false"] android:allowBackup=["true" | "false"] android:allowClearUserData=["tru 阅读全文
posted @ 2020-04-03 14:19 王世桢 阅读(495) 评论(0) 推荐(0) 编辑
摘要: 转自: https://developer.android.google.cn/guide/topics/manifest/activity-element <activity> 语法: <activity android:allowEmbedded=["true" | "false"] andro 阅读全文
posted @ 2020-04-02 18:08 王世桢 阅读(833) 评论(0) 推荐(0) 编辑
摘要: <action> 向 Intent 过滤器添加操作。 <activity> 声明 Activity 组件。 <activity-alias> 声明 Activity 的别名。 <application> 应用的声明。 <category> 向 Intent 过滤器添加类别名称。 <compatibl 阅读全文
posted @ 2020-04-02 17:54 王世桢 阅读(242) 评论(0) 推荐(0) 编辑
摘要: 更多资源类型 本页面定义了更多类型的可具体化的资源,包括: Bool带有布尔值的 XML 资源。颜色带有颜色值(十六进制颜色)的 XML 资源。尺寸带有尺寸值(包含度量单位)的 XML 资源。ID提供应用资源和组件的唯一标识符的 XML 资源。整数带有整数值的 XML 资源。整数数组提供整数数组的 阅读全文
posted @ 2020-04-02 15:02 王世桢 阅读(171) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 20 下一页