sdm660-common: Disable NearbyMessagingService

Change-Id: Ib3f923bf8742bf6480d278fb21a873ddc1290484
This commit is contained in:
Michael W 2019-10-28 14:29:35 +01:00 committed by OdSazib
parent d02d61a930
commit c8802e085e
No known key found for this signature in database
GPG key ID: CB336514F9F5CF69

View file

@ -1190,4 +1190,9 @@
to have a confirmed way to dismiss the keyboard when desired. -->
<bool name="config_automotiveHideNavBarForKeyboard">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.messages.service.NearbyMessagesService</item>
</string-array>
</resources>