- syntax:
-
<queries> <package android:name="string" /> <intent> ... </intent> <provider android:authorities="list" /> ... </queries>
- contained in:
<manifest>
- description:
Specifies the set of other apps that an app intends to interact with. These other apps are specified by package name, by intent signature, or by provider authority, as described in the following sections on this page.
Note: Some packages are visible automatically. Your app always sees these packages in its queries for other installed apps. To view other packages, declare your app's need for increased package visibility using the
<queries>
element.Learn more about how to use the
<queries>
element in Package visibility filtering on Android.- child elements:
- introduced in:
- API level 30
- see also:
- Package visibility filtering on Android
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2023-03-29 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-03-29 UTC."],[],[]]