From d23e0d6901935588f9472bd7073fea0009581e9b Mon Sep 17 00:00:00 2001 From: Dianne Hackborn Date: Fri, 15 May 2015 16:36:12 -0700 Subject: Update power manager to track uid state like netstats. To follow the correct semantics for when restricts due to device idle can be applied, power manager need to know about uid process states like net policy so that it can allow wake locks from apps that are in the foreground. Since this is being added to a second place, I reworked things so that the activity manager now keeps track of per-uid process states and allows apps to register to listen to those, rather than having to track lower-level process states and transform them into an overall uid state. Both net policy and power manager use this new facility. Change-Id: I77359164c40d0f36fe1ef296dd9f9c3062431148 --- Android.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'Android.mk') diff --git a/Android.mk b/Android.mk index eb6e7b5..146afe0 100644 --- a/Android.mk +++ b/Android.mk @@ -84,6 +84,7 @@ LOCAL_SRC_FILES += \ core/java/android/app/job/IJobScheduler.aidl \ core/java/android/app/job/IJobService.aidl \ core/java/android/app/ITransientNotification.aidl \ + core/java/android/app/IUidObserver.aidl \ core/java/android/app/IUiAutomationConnection.aidl \ core/java/android/app/IUiModeManager.aidl \ core/java/android/app/IUserSwitchObserver.aidl \ -- cgit v1.1