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

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

Merge "Fix a bug when uid is removed from temp-allowlist." into sc-dev

parents 986cee35 b5f53a4a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -15179,8 +15179,8 @@ public class ActivityManagerService extends IActivityManager.Stub
                            mFgsStartTempAllowList.add(changingUid, durationMs, reasonCode, reason,
                                    callingUid);
                        }
                        setAppIdTempAllowlistStateLSP(changingUid, adding);
                    }
                    setAppIdTempAllowlistStateLSP(changingUid, adding);
                }
            }
        }