Merge "Fix deadlock between AppOpsService and HistoricalRegistry." am: 21a4becee0 am: 476c64e470 am: 7904074696

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

Change-Id: I8c62def14eba9348649918e25a23828b93bc37be
This commit is contained in:
Treehugger Robot
2020-09-21 23:19:24 +00:00
committed by Automerger Merge Worker

View File

@@ -1786,9 +1786,9 @@ public class AppOpsService extends IAppOpsService.Stub {
} }
} }
} }
mHistoricalRegistry.clearHistory(uid, packageName);
} }
mHistoricalRegistry.clearHistory(uid, packageName);
} }
public void uidRemoved(int uid) { public void uidRemoved(int uid) {