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

Commit 572d7693 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

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

parents f1945e7d d237ca1e
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 {