Loading cmds/am/src/com/android/commands/am/Am.java +2 −2 Original line number Diff line number Diff line Loading @@ -723,10 +723,10 @@ public class Am extends BaseCommand { System.out.println("Complete"); } mRepeat--; if (mRepeat > 1) { if (mRepeat > 0) { mAm.unhandledBack(); } } while (mRepeat > 1); } while (mRepeat > 0); } private void runForceStop() throws Exception { Loading Loading
cmds/am/src/com/android/commands/am/Am.java +2 −2 Original line number Diff line number Diff line Loading @@ -723,10 +723,10 @@ public class Am extends BaseCommand { System.out.println("Complete"); } mRepeat--; if (mRepeat > 1) { if (mRepeat > 0) { mAm.unhandledBack(); } } while (mRepeat > 1); } while (mRepeat > 0); } private void runForceStop() throws Exception { Loading