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

Commit b5f53a4a authored by Hui Yu's avatar Hui Yu
Browse files

Fix a bug when uid is removed from temp-allowlist.

The bug is caused by previous merge conflict.

Bug: 181538234
Test: atest android.app.cts.ActivityManagerProcessStateTest
Change-Id: I687fa0872a87d933f005acaca2f2159099263162
parent d7cda89c
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);
                }
            }
        }