msm8226-common: overlay: Add missing ephemeral resolver package definition

GMS needs to be considered a package which contains
an ephemeral resolver to match with vendor/google.

Change-Id: Iaa839d09b436ea3f5d7015169589d34c001a721e
Signed-off-by: Alex Naidis <alex.naidis@linux.com>
This commit is contained in:
Alex Naidis 2017-04-12 17:05:24 +02:00 committed by RomanDesigner
parent a409c8b423
commit 12744f193e
No known key found for this signature in database
GPG key ID: 3D58447600ECB3AA

View file

@ -71,4 +71,12 @@
</string-array> </string-array>
<bool name="config_cellBroadcastAppLinks">true</bool> <bool name="config_cellBroadcastAppLinks">true</bool>
<!-- A list of potential packages, in priority order, that may contain an
ephemeral resolver. Each package will be be queried for a component
that has been granted the PACKAGE_EPHEMERAL_AGENT permission.
This may be empty if ephemeral apps are not supported. -->
<string-array name="config_ephemeralResolverPackage">
<item>com.google.android.gms</item>
</string-array>
</resources> </resources>