Merge "Fix a security exception when unbinding services" into oc-dev
am: 33532e0208
Change-Id: Ia3a14b69f27106a6c7ca4a6625a0a103fb752c51
This commit is contained in:
@@ -1493,12 +1493,13 @@ public final class ActiveServices {
|
||||
mAm.updateOomAdjLocked(r.binding.service.app, false);
|
||||
}
|
||||
}
|
||||
|
||||
mAm.updateOomAdjLocked();
|
||||
|
||||
} finally {
|
||||
Binder.restoreCallingIdentity(origId);
|
||||
}
|
||||
|
||||
mAm.updateOomAdjLocked();
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user