Add config_forceQueryablePackages overlay

As seen in GmsConfigOverlayCommon, this allows any app to query
GMS/Play Store presence.
This commit is contained in:
LuK1337 2022-05-07 23:16:21 +02:00
parent b8fbc6972f
commit 5e38eda4a7

View File

@ -42,4 +42,14 @@
only. The component must be part of a system app. -->
<string name="config_defaultSupervisionProfileOwnerComponent" translatable="false">com.google.android.gms/.kids.account.receiver.ProfileOwnerReceiver</string>
<!-- 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 -->
<item>com.android.vending</item>
<item>com.google.android.gms</item>
</string-array>
</resources>