sm7125: Disable gms components for better WiFi speeds

* also should improve battery backup a little bit

Change-Id: I90fb3f3363cd682730fd2c96a797a50395b8d3ef
tirimbino
Michael W 3 years ago committed by Ruchit
parent 853b06fe60
commit 4a0a0dc064
  1. 7
      overlay/frameworks/base/core/res/res/values/config.xml

@ -1219,7 +1219,6 @@
<!-- Doze: should the TYPE_PICK_UP_GESTURE sensor be used as a pulse signal. -->
<bool name="config_dozePulsePickup">true</bool>
<!-- Amount of time it takes for the light sensor to warm up in milliseconds.
For this time after the screen turns on, the Power Manager
will not debounce light sensor readings -->
@ -1230,4 +1229,10 @@
<string name="config_displayLightSensorType">com.samsung.sensor.physical_light</string>
<!-- Type of the udfps long press sensor. Empty if long press is not supported. -->
<string name="config_dozeUdfpsLongPressSensorType" translatable="false">org.lineageos.sensor.udfps</string>
<!-- 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>
</resources>

Loading…
Cancel
Save