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

Commit d07592f7 authored by Amith Yamasani's avatar Amith Yamasani Committed by android-build-merger
Browse files

Merge "Fix a security exception when unbinding services" into oc-dev

am: 33532e02

Change-Id: Ia3a14b69f27106a6c7ca4a6625a0a103fb752c51
parents 33c786b8 33532e02
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -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;
    }