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

Commit e8990235 authored by Chun-Wei Wang's avatar Chun-Wei Wang Committed by Gerrit Code Review
Browse files

Merge "Show file path when listing APEXes (1/n)"

parents 152ced4b 9a72263b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -756,7 +756,7 @@ class PackageManagerShellCommand extends ShellCommand {
                    (!listThirdParty || !isSystem) &&
                    (!listApexOnly || isApex)) {
                pw.print("package:");
                if (showSourceDir && !isApex) {
                if (showSourceDir) {
                    pw.print(info.applicationInfo.sourceDir);
                    pw.print("=");
                }