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

Commit 785f23e2 authored by Vinod Krishnan's avatar Vinod Krishnan
Browse files

WearInstaller: Release lock if there no package

Bug: 36377448

Change-Id: Iaf4a16d81bb7b500f2029553397de1c277198a2d
parent 63ea4ea6
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);