flo: Disable NearbyMessagingService

Change-Id: Ib3f923bf8742bf6480d278fb21a873ddc1290484
This commit is contained in:
Michael W 2019-10-28 14:29:35 +01:00 committed by followmsi
parent b8927f589a
commit 1a7cfe4b95
1 changed files with 5 additions and 0 deletions

View File

@ -294,4 +294,9 @@
<!-- Whether or not swipe up gesture's opt-in setting is available on this device -->
<bool name="config_swipe_up_gesture_setting_available">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>