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

Commit b314f433 authored by Jeffrey Brown's avatar Jeffrey Brown Committed by Gerrit Code Review
Browse files

Merge "add reply.writeNoException() for quick response"

parents 21af9a08 cdb86bb1
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;
        }