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

Commit 1ea74efe authored by shrikar's avatar shrikar
Browse files

Fixed PHEV expansion in INFO_FUEL_TYPE HAL docs

Bug: 316942280
Test: presubmit
Change-Id: Ie1b8f7ea2bbfb9904e0ac09d2611201cf7d1f330
parent 24789771
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -102,7 +102,7 @@ enum VehicleProperty {
     *   An FHEV (Fully Hybrid Electric Vehicle) must not include FuelType::FUEL_TYPE_ELECTRIC in
     *   INFO_FUEL_TYPE's INT32_VEC value. So INFO_FUEL_TYPE can be populated as such:
     *     int32Values = { FuelType::FUEL_TYPE_UNLEADED }
     *   On the other hand, a PHEV (Partially Hybrid Electric Vehicle) is plug in rechargeable, and
     *   On the other hand, a PHEV (Plug-in Hybrid Electric Vehicle) is plug in rechargeable, and
     *   hence should include FuelType::FUEL_TYPE_ELECTRIC in INFO_FUEL_TYPE's INT32_VEC value. So
     *   INFO_FUEL_TYPE can be populated as such:
     *     int32Values = { FuelType::FUEL_TYPE_UNLEADED, FuelType::FUEL_TYPE_ELECTRIC }