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

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

Change-Id: Id4754a2b466d956c979fff1e788be5976d6c1542
parents f0871b94 37ee696d
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:");