Skip to content

Commit

Permalink
X00TD: overlay: Remove redundant led colour overlays
Browse files Browse the repository at this point in the history
* No need of using it here while we using binderized light hal

Change-Id: Ice88712a961178bcb20e7acddeb90dcd4554dee3
  • Loading branch information
Vivekachooz committed May 4, 2021
1 parent 0a27dac commit 94ba646
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions overlay/frameworks/base/core/res/res/values/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -140,15 +140,6 @@
will not debounce light sensor readings -->
<integer name="config_lightSensorWarmupTime">200</integer>

<!-- Default value for led color when battery is low on charge -->
<integer name="config_notificationsBatteryLowARGB">0xFFFF0000</integer>

<!-- Default value for led color when battery is medium charged -->
<integer name="config_notificationsBatteryMediumARGB">0xFF1E5000</integer>

<!-- Default value for led color when battery is fully charged -->
<integer name="config_notificationsBatteryFullARGB">0xFF00FF00</integer>

<!-- Configure wifi tcp buffersizes in the form:
rmem_min,rmem_def,rmem_max,wmem_min,wmem_def,wmem_max -->
<string name="config_wifi_tcp_buffers">524288,1048576,2097152,262144,524288,1048576</string>
Expand Down

0 comments on commit 94ba646

Please sign in to comment.