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

Commit 36f9c79b authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add missing ServiceType values to IntDef."

parents 1719ef4e 27c65cca
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -694,9 +694,11 @@ public final class PowerManager {
            ServiceType.BATTERY_STATS,
            ServiceType.DATA_SAVER,
            ServiceType.FORCE_ALL_APPS_STANDBY,
            ServiceType.FORCE_BACKGROUND_CHECK,
            ServiceType.OPTIONAL_SENSORS,
            ServiceType.AOD,
            ServiceType.QUICK_DOZE,
            ServiceType.NIGHT_MODE,
    })
    public @interface ServiceType {
        int NULL = 0;