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

Commit 28008bf7 authored by Kweku Adams's avatar Kweku Adams Committed by Automerger Merge Worker
Browse files

Merge "Update persist cache when package updated." am: a4a9679c

parents 2c46f5ec a4a9679c
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -906,6 +906,10 @@ public class JobSchedulerService extends com.android.server.SystemService
                    synchronized (mLock) {
                        mUidToPackageCache.remove(uid);
                    }
                } else {
                    synchronized (mJobSchedulerStub.mPersistCache) {
                        mJobSchedulerStub.mPersistCache.remove(pkgUid);
                    }
                }
            } else if (Intent.ACTION_PACKAGE_FULLY_REMOVED.equals(action)) {
                if (DEBUG) {