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

Commit 4b6de32c authored by Vinod Krishnan's avatar Vinod Krishnan Committed by android-build-merger
Browse files

WearInstaller: Release lock if there no package am: 785f23e2

am: 4433224f

Change-Id: Iae6f3cd4b08d639edf6c6d13cd5a375efe703aeb
parents 164b6916 4433224f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -368,6 +368,7 @@ public class WearPackageInstallerService extends Service {
            } catch (IllegalArgumentException e) {
                // Couldn't find the package, no need to call uninstall.
                Log.w(TAG, "Could not find package, not deleting " + packageName, e);
                finishService(lock, startId);
            }

            startPermsServiceForUninstall(packageName);