Merge "Use apexservice to get the list of apexes" into main
diff --git a/IdleMaint.cpp b/IdleMaint.cpp
index fedfc3d..1a6c0a6 100644
--- a/IdleMaint.cpp
+++ b/IdleMaint.cpp
@@ -436,7 +436,7 @@
     idle_maint_stat = IdleMaintStats::kStopped;
     lk.unlock();
 
-    cv_stop.notify_one();
+    cv_stop.notify_all();
 
     if (listener) {
         android::os::PersistableBundle extras;