Sanders : [DNM] Enable config_inflateSignalStrength

Change-Id: Idf133f12af4029d49053aeb2257493c296804571
This commit is contained in:
kubersharma001
2020-03-25 15:06:00 +01:00
committed by ArmSM
parent b6c080c76d
commit 9d98f4a25a

View File

@@ -609,4 +609,12 @@
<!-- Enable all rotations -->
<bool name="config_allowAllRotations">true</bool>
<!-- Whether to artificially interpret all signal strengths as
one bar higher than they actually are -->
<bool name="config_inflateSignalStrength">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>