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

Commit 9eef6311 authored by Dianne Hackborn's avatar Dianne Hackborn Committed by Android Git Automerger
Browse files

am d8f34720: am c956f375: Fix issue #2641875: Apps on sdcard not accesible after update

Merge commit 'd8f34720' into kraken

* commit 'd8f34720':
  Fix issue #2641875: Apps on sdcard not accesible after update
parents 6bbb65e6 d8f34720
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -9596,8 +9596,7 @@ class PackageManagerService extends IPackageManager.Stub {
                   }
                   if (DEBUG_SD_INSTALL) Log.i(TAG, "Looking for pkg : " + pkgName);
                   PackageSetting ps = mSettings.mPackages.get(pkgName);
                   if (ps != null && ps.codePathString != null &&
                           (ps.pkgFlags & ApplicationInfo.FLAG_EXTERNAL_STORAGE) != 0) {
                   if (ps != null && ps.codePathString != null) {
                       if (DEBUG_SD_INSTALL) Log.i(TAG, "Container : " + cid +
                               " corresponds to pkg : " + pkgName +
                               " at code path: " + ps.codePathString);