Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ef57d1f4 authored by shrikar's avatar shrikar
Browse files

Change default units to be consistent in DefaultProperties.json

Bug: 259879204
Test: atest CarPropertyManagerTest
Change-Id: I752632f4965b523fc16e438dffc8636244a6e23d
parent 29e1bf6b
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -123,7 +123,7 @@
            "property": "VehicleProperty::VEHICLE_SPEED_DISPLAY_UNITS",
            "property": "VehicleProperty::VEHICLE_SPEED_DISPLAY_UNITS",
            "defaultValue": {
            "defaultValue": {
                "int32Values": [
                "int32Values": [
                    "VehicleUnit::KILOMETERS_PER_HOUR"
                    "VehicleUnit::MILES_PER_HOUR"
                ]
                ]
            },
            },
            "configArray": [
            "configArray": [
@@ -1556,7 +1556,7 @@
            "property": "VehicleProperty::FUEL_VOLUME_DISPLAY_UNITS",
            "property": "VehicleProperty::FUEL_VOLUME_DISPLAY_UNITS",
            "defaultValue": {
            "defaultValue": {
                "int32Values": [
                "int32Values": [
                    "VehicleUnit::LITER"
                    "VehicleUnit::US_GALLON"
                ]
                ]
            },
            },
            "configArray": [
            "configArray": [