mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 19:55:33 -04:00
universal7885: Disable gms components for better WiFi speeds
* Also should improve battery backup a little bit
This commit is contained in:
parent
2b14bbeb0a
commit
d1ad3bfeb1
1 changed files with 6 additions and 0 deletions
|
|
@ -80,6 +80,12 @@
|
|||
<item>10</item>
|
||||
</integer-array>
|
||||
|
||||
<!-- 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>
|
||||
|
||||
<!-- If this is true, device supports Sustained Performance Mode. -->
|
||||
<bool name="config_sustainedPerformanceModeSupported">true</bool>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue