Merge "Update IBatteryPropertiesRegistrar.aidl to support force updates"

This commit is contained in:
Treehugger Robot
2017-03-22 23:53:59 +00:00
committed by Gerrit Code Review

View File

@@ -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();
}