Clarify description of queryable package config.

Slight wording tweak to clarify the mention of manifest relates to
the querying app not the queried app.

Test: Builds
Change-Id: I6bb0e09d7e17cfb3dfe1e5382b14b91d3671459f
This commit is contained in:
Alan Stokes
2019-08-21 12:08:50 +01:00
parent 74c76a2c59
commit 590915e0da

View File

@@ -1703,16 +1703,16 @@
<!-- Add packages here -->
</string-array>
<!-- The set of system packages on device that are queryable regardless of the contents of their
manifest. -->
<!-- The set of system packages on device that are queryable by any app regardless of the
contents of its manifest. -->
<string-array name="config_forceQueryablePackages" translatable="false">
<item>com.android.settings</item>
<item>com.android.providers.settings</item>
<!-- Add packages here -->
</string-array>
<!-- If true, will force all packages on any system partition as queryable regardless of the
contents of their manifest. -->
<!-- If true, will force all packages on any system partition as queryable by any app regardless
of the contents of its manifest. -->
<bool name="config_forceSystemPackagesQueryable">false</bool>
<!-- Component name of the default wallpaper. This will be ImageWallpaper if not