Merge "Change min/max values to match config array in DefaultProperties.json"

This commit is contained in:
Shrikar Amirisetty
2022-12-20 23:49:27 +00:00
committed by Android (Google) Code Review

View File

@@ -1943,7 +1943,7 @@
},
"areaId": 49,
"minFloatValue": 16.0,
"maxFloatValue": 32.0
"maxFloatValue": 28.0
},
{
"defaultValue": {
@@ -1953,9 +1953,10 @@
},
"areaId": 68,
"minFloatValue": 16.0,
"maxFloatValue": 32.0
"maxFloatValue": 28.0
}
],
"comment": "minFloatValue and maxFloatValue in area config should match corresponding values in configArray",
"configArray": [
160,
280,