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

Commit a3f82b1b authored by Jeffrey Brown's avatar Jeffrey Brown Committed by Android Git Automerger
Browse files

am e4ce2517: am b314f433: Merge "add reply.writeNoException() for quick response"

# By Sungmin Choi
# Via Android Git Automerger (1) and others
* commit 'e4ce2517':
  add reply.writeNoException() for quick response
parents bfb64e85 e4ce2517
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1147,6 +1147,7 @@ public abstract class ActivityManagerNative extends Binder implements IActivityM
            IActivityController watcher = IActivityController.Stub.asInterface(
                    data.readStrongBinder());
            setActivityController(watcher);
            reply.writeNoException();
            return true;
        }