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

Commit 9bd1382f authored by Hui Shu's avatar Hui Shu Committed by Android Git Automerger
Browse files

am e5cb6a25: am bb845152: Merge "pm path needs to return 0 when it succeeds." into lmp-mr1-dev

* commit 'e5cb6a25':
  pm path needs to return 0 when it succeeds.
parents b8e51390 e5cb6a25
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -1670,8 +1670,8 @@ public final class Pm {
                        System.out.print("package:");
                        System.out.print("package:");
                        System.out.println(splitSourceDir);
                        System.out.println(splitSourceDir);
                    }
                    }
                    return 0;
                }
                }
                return 0;
            }
            }
        } catch (RemoteException e) {
        } catch (RemoteException e) {
            System.err.println(e.toString());
            System.err.println(e.toString());