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

Commit 2392cbd8 authored by Adam Lesinski's avatar Adam Lesinski
Browse files

Update IBatteryPropertiesRegistrar.aidl to support force updates

Change-Id: Ic4f705a20db32369d106462c47eb150850a3f638
Test: builds
parent 25b6f08e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -27,4 +27,5 @@ interface IBatteryPropertiesRegistrar {
    void registerListener(IBatteryPropertiesListener listener);
    void unregisterListener(IBatteryPropertiesListener listener);
    int getProperty(in int id, out BatteryProperty prop);
    oneway void scheduleUpdate();
}