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

Commit 4433224f authored by Vinod Krishnan's avatar Vinod Krishnan Committed by android-build-merger
Browse files

WearInstaller: Release lock if there no package

am: 785f23e2

Change-Id: Icba7d4e995556420ac97ac20c81cdf9f6521f713
parents 332f76bf 785f23e2
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);