aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael W <baddaemon87@gmail.com>2020-05-01 17:52:06 +0200
committerabhijit1998 <abhijittudu98@gmail.com>2020-05-12 13:47:39 +0530
commitf1c15d49dadfe81f18b0aa0cd611f777be55a24c (patch)
treefc994cd56cf9dcecfec819b3a40b33c38b45a366
parent787af7bab76073de04e0e8be9970cfc1f6a61666 (diff)
potter: Disable DiscoveryService
* Affects wifi speed Change-Id: I12fcd4972d6b8ddb0cf9d5e0a54fb72af24947e2
-rw-r--r--overlay/frameworks/base/core/res/res/values/config.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml
index 33f29f4..0fbd49c 100644
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -524,4 +524,9 @@
<!-- Whether device ignores the RSSNR signal implementation -->
<bool name="config_ignoreRssnrSignalLevel">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>
+ </string-array>
</resources>