mirror of
https://github.com/S3NEO/android_device_samsung_msm8226-common.git
synced 2024-11-06 21:55:45 +00:00
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:
parent
a409c8b423
commit
12744f193e
1 changed files with 8 additions and 0 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue