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

Commit e31072dd 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

am: 4b6de32c

Change-Id: I8f093b7d3911134c22cbfaefe49459f424b5f1f3
parents fcc9d742 4b6de32c
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);