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

Commit e580f39b authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Don't read or persist historical registry on the critical path" into sc-dev am: 59b33dfc

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

Change-Id: I6c2d576157410bebc978eb753574b8e37008c49e
parents 653c7191 59b33dfc
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1827,7 +1827,8 @@ public class AppOpsService extends IAppOpsService.Stub {
            }
        }

        mHistoricalRegistry.clearHistory(uid, packageName);
        mHandler.post(PooledLambda.obtainRunnable(HistoricalRegistry::clearHistory,
                    mHistoricalRegistry, uid, packageName));
    }

    public void uidRemoved(int uid) {