Add config_forceQueryablePackages overlay
As seen in GmsConfigOverlayCommon, this allows any app to query GMS/Play Store presence.
This commit is contained in:
parent
b8fbc6972f
commit
5e38eda4a7
@ -42,4 +42,14 @@
|
|||||||
only. The component must be part of a system app. -->
|
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>
|
<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>
|
</resources>
|
||||||
|
Loading…
Reference in New Issue
Block a user