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

Commit 33532e02 authored by Amith Yamasani's avatar Amith Yamasani Committed by Android (Google) Code Review
Browse files

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

parents cad3c325 b2926b1d
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;
    }