Merge "sys user split: first pass updating Settings"

This commit is contained in:
Xiaohui Chen
2015-07-28 17:39:59 +00:00
committed by Android (Google) Code Review
16 changed files with 62 additions and 72 deletions

View File

@@ -201,7 +201,7 @@ public class PowerUsageSummary extends PowerUsageBase {
sipper.getUid() <= Process.LAST_SHARED_APPLICATION_GID) {
// This is a shared gid being used to do work on behalf of an app across all
// users. But we'll blame the power on the device OWNER.
realUid = UserHandle.getUid(UserHandle.USER_OWNER,
realUid = UserHandle.getUid(UserHandle.USER_SYSTEM,
UserHandle.getAppIdFromSharedAppGid(sipper.getUid()));
}