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

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

Change-Id: I6b7df19f748602ec4448619d204ba9e515d14a44
This commit is contained in:
Treehugger Robot
2020-09-21 22:59:17 +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) {