- 语法
-
<queries> <package android:name="string" /> <intent> ... </intent> <provider android:authorities="list" /> ... </queries>
- 包含于
<manifest>
- 描述
指定应用打算与之交互的其他应用集。这些其他应用由包名、意图签名或提供程序权限指定,如本页后续部分所述。
注意:某些包自动可见。您的应用始终在其对其他已安装应用的查询中看到这些包。若要查看其他包,请使用
<queries>
元素声明您的应用对增强包可见性的需求。详细了解如何在Android 上的包可见性筛选中使用
<queries>
元素。- 子元素
- 引入于
- API 级别 30
- 另请参阅
- Android 上的包可见性筛选
本页面的内容和代码示例受内容许可中描述的许可的约束。Java 和 OpenJDK 是 Oracle 和/或其关联公司的商标或注册商标。
上次更新时间:2023-03-29 UTC。
[{ "type": "thumb-down", "id": "missingTheInformationINeed", "label":"缺少我需要的信息" },{ "type": "thumb-down", "id": "tooComplicatedTooManySteps", "label":"过于复杂/步骤过多" },{ "type": "thumb-down", "id": "outOfDate", "label":"已过时" },{ "type": "thumb-down", "id": "samplesCodeIssue", "label":"示例/代码问题" },{ "type": "thumb-down", "id": "otherDown", "label":"其他" }]
[{ "type": "thumb-up", "id": "easyToUnderstand", "label":"易于理解" },{ "type": "thumb-up", "id": "solvedMyProblem", "label":"解决了我的问题" },{ "type": "thumb-up", "id": "otherUp", "label":"其他" }]
{ "lastModified": "上次更新时间:2023年3月29日 UTC。", "confidential": False }