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

Commit d237ca1e authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Use getCallingPid for pid instead of getCallingUid." into tm-qpr-dev

parents 021e2eae 1d3c25b2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1299,7 +1299,7 @@ public class StatusBarManagerService extends IStatusBarService.Stub implements D
     */
    private boolean checkCanCollapseStatusBar(String method) {
        int uid = Binder.getCallingUid();
        int pid = Binder.getCallingUid();
        int pid = Binder.getCallingPid();
        if (CompatChanges.isChangeEnabled(LOCK_DOWN_COLLAPSE_STATUS_BAR, uid)) {
            enforceStatusBar();
        } else {