diff options
Diffstat (limited to 'healthd/healthd.h')
-rw-r--r-- | healthd/healthd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/healthd/healthd.h b/healthd/healthd.h index 972e728..4704f0b 100644 --- a/healthd/healthd.h +++ b/healthd/healthd.h @@ -67,6 +67,7 @@ struct healthd_config { android::String8 batteryChargeCounterPath; int (*energyCounter)(int64_t *); + bool (*screen_on)(android::BatteryProperties *props); }; // Global helper functions |