monet: Disable NearbyMessagingService

* Detrimental to Wi-Fi speeds.

Change-Id: Ib3f923bf8742bf6480d278fb21a873ddc1290484
This commit is contained in:
Michael W 2019-10-28 14:29:35 +01:00 committed by mikairyuu
parent 175081b27d
commit debc603af0

View File

@ -515,6 +515,12 @@
<!-- Night Light FOD -->
<bool name="disable_fod_night_light">true</bool>
<!-- 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.discovery.service.DiscoveryService</item>
<item>com.google.android.gms/com.google.android.gms.nearby.messages.service.NearbyMessagesService</item>
</string-array>
<!-- Whether the display cutout region of the main built-in display should be forced to
black in software (to avoid aliasing or emulate a cutout that is not physically existent).
-->