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

Commit 0520be6a 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 am: b6c7f847

am: f213b79f

Change-Id: If48e80bd26b497c8efdd1667d2c15fb56b25e200
parents 043eb740 f213b79f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -464,7 +464,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:");