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

Commit 166b7cbb authored by Bill Lin's avatar Bill Lin Committed by android-build-merger
Browse files

Merge "Implement 'shell pm path' to display APEX source path" am: 37ee696d...

Merge "Implement 'shell pm path' to display APEX source path" am: 37ee696d am: b6c7f847 am: f213b79f
am: 0520be6a

Change-Id: I51593e0c54d4892bb48227680c1d04f324394d38
parents 83255dc9 0520be6a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -468,7 +468,7 @@ class PackageManagerShellCommand extends ShellCommand {
     * @param pckg
     */
    private int displayPackageFilePath(String pckg, int userId) throws RemoteException {
        PackageInfo info = mInterface.getPackageInfo(pckg, 0, userId);
        PackageInfo info = mInterface.getPackageInfo(pckg, PackageManager.MATCH_APEX, userId);
        if (info != null && info.applicationInfo != null) {
            final PrintWriter pw = getOutPrintWriter();
            pw.print("package:");