上一页 1 2 3 4 5 6 7 8 9 10 ··· 20 下一页
摘要: <uses-sdk> Google Play 会利用在应用清单中声明的 <uses-sdk> 属性,从不符合其平台版本要求的设备上滤除您的应用。在设置这些属性前,请确保您了解 Google Play 过滤器。 语法: <uses-sdk android:minSdkVersion="integer" 阅读全文
posted @ 2020-04-03 15:10 王世桢 阅读(288) 评论(0) 推荐(0)
摘要: <uses-configuration> 语法: <uses-configuration android:reqFiveWayNav=["true" | "false"] android:reqHardKeyboard=["true" | "false"] android:reqKeyboardTy 阅读全文
posted @ 2020-04-03 15:08 王世桢 阅读(521) 评论(0) 推荐(0)
摘要: <supports-gl-texture> 注意:Google Play 会根据应用支持的纹理压缩格式对其进行过滤,以确保应用只能安装在可正确处理其纹理的设备上。您可以将纹理压缩过滤用作定位特定设备类型(基于 GPU 平台)的一种方法。 有关 Google Play 如何将 <supports-gl 阅读全文
posted @ 2020-04-03 15:03 王世桢 阅读(434) 评论(0) 推荐(0)
摘要: <provider> 语法: <provider android:authorities="list" android:directBootAware=["true" | "false"] android:enabled=["true" | "false"] android:exported=["t 阅读全文
posted @ 2020-04-03 15:00 王世桢 阅读(1149) 评论(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 王世桢 阅读(571) 评论(0) 推荐(0)
摘要: <grant-uri-permission> 语法: <grant-uri-permission android:path="string" android:pathPattern="string" android:pathPrefix="string" /> 包含于:<provider>说明:指定 阅读全文
posted @ 2020-04-03 14:38 王世桢 阅读(868) 评论(0) 推荐(0)
摘要: <action> 语法: <action android:name="string" /> 包含于:<intent-filter> 说明:向 Intent 过滤器添加操作。<intent-filter> 元素必须包含一个或多个 <action> 元素。如果 Intent 过滤器中没有 <action 阅读全文
posted @ 2020-04-03 14:34 王世桢 阅读(472) 评论(0) 推荐(0)
摘要: <application> 语法: <application android:allowTaskReparenting=["true" | "false"] android:allowBackup=["true" | "false"] android:allowClearUserData=["tru 阅读全文
posted @ 2020-04-03 14:19 王世桢 阅读(572) 评论(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 王世桢 阅读(910) 评论(0) 推荐(0)
摘要: <action> 向 Intent 过滤器添加操作。 <activity> 声明 Activity 组件。 <activity-alias> 声明 Activity 的别名。 <application> 应用的声明。 <category> 向 Intent 过滤器添加类别名称。 <compatibl 阅读全文
posted @ 2020-04-02 17:54 王世桢 阅读(246) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 10 ··· 20 下一页