flo: Disable DiscoveryService

* Affects wifi speed.

Change-Id: I12fcd4972d6b8ddb0cf9d5e0a54fb72af24947e2
This commit is contained in:
Michael W 2020-05-01 17:52:06 +02:00 committed by Nolen Johnson
parent 5accc5ccca
commit d1db40503c
1 changed files with 2 additions and 0 deletions

View File

@ -294,5 +294,7 @@
<!-- The list of components which should be automatically disabled for a specific device. -->
<string-array name="config_deviceDisabledComponents" translatable="false">
<item>com.google.android.gms/com.google.android.gms.nearby.messages.service.NearbyMessagesService</item>
<item>com.google.android.gms/com.google.android.gms.nearby.discovery.service.DiscoveryService</item>
</string-array>
</resources>