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

Commit b3b2334a authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix deadlock between AppOpsService and HistoricalRegistry." am:...

Merge "Fix deadlock between AppOpsService and HistoricalRegistry." am: 21a4bece am: 476c64e4 am: 79040746

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1433271

Change-Id: I8c62def14eba9348649918e25a23828b93bc37be
parents 3735f6ab 79040746
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1786,10 +1786,10 @@ public class AppOpsService extends IAppOpsService.Stub {
                    }
                }
            }
        }

        mHistoricalRegistry.clearHistory(uid, packageName);
    }
    }

    public void uidRemoved(int uid) {
        synchronized (this) {