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

Commit cdb86bb1 authored by Sungmin Choi's avatar Sungmin Choi
Browse files

add reply.writeNoException() for quick response

In case of SET_ACTIVITY_CONTROLLER_TRANSACTION, there is no reply transaction.
So makes same to other transactions.

Change-Id: I3b9527682662a12f78cc96b6084904f18178fee7
parent 62ec9588
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;
        }