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

Commit c56e91c8 authored by Maxim Pleshivenkov's avatar Maxim Pleshivenkov
Browse files

Fixed typo in path for vendor power policy

Bug: 244739595
Change-Id: I01b907dea960a4084eba60198deeb6001ef62c25
parent 951ad0e1
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -2468,8 +2468,9 @@ enum VehicleProperty {
     * VHAL sets this property to change car power policy. Car power policy service subscribes to
     * this property and actually changes the power policy.
     * The request is made by setting the VehiclePropValue with the ID of a power policy which is
     * defined at /vendor/etc/power_policy.xml. If the given ID is not defined, car power policy
     * service ignores the request and the current power policy is maintained.
     * defined at /vendor/etc/automotive/power_policy.xml.
     * If the given ID is not defined, car power policy service ignores the request
     * and the current power policy is maintained.
     *
     *   string: "sample_policy_id" // power policy ID
     *