sdm660-common: Disable NearbyMessagingService
Change-Id: Ib3f923bf8742bf6480d278fb21a873ddc1290484
This commit is contained in:
parent
d02d61a930
commit
c8802e085e
1 changed files with 5 additions and 0 deletions
|
@ -1190,4 +1190,9 @@
|
||||||
to have a confirmed way to dismiss the keyboard when desired. -->
|
to have a confirmed way to dismiss the keyboard when desired. -->
|
||||||
<bool name="config_automotiveHideNavBarForKeyboard">true</bool>
|
<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>
|
</resources>
|
||||||
|
|
Loading…
Reference in a new issue