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

Commit b65c443f authored by Maxim Pleshivenkov's avatar Maxim Pleshivenkov Committed by Android (Google) Code Review
Browse files

Merge "Fixed typo in path for vendor power policy"

parents 2da16c7d c56e91c8
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
     *