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

Commit 0b676426 authored by Dmitry Dementyev's avatar Dmitry Dementyev
Browse files

Use correct package name in AccountManagerService ACTION_PACKAGE_REMOVED

Test: manual tests.
Change-Id: Iefdfbca53206e285935e85a43e49bd2bdb3e0fb3
parent 521d92bc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -289,7 +289,7 @@ public class AccountManagerService
                     * and then rebuild the cache. All under the cache lock. But that change is too
                     * large at this point.
                     */
                    final String removedPackageName = intent.getData().toString();
                    final String removedPackageName = intent.getData().getSchemeSpecificPart();
                    Runnable purgingRunnable = new Runnable() {
                        @Override
                        public void run() {