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

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

Change-Id: I95cecaf7eaed57905973e9896f6cb31b381cfef5
parents 9aeb1104 b6c7f847
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:");