am b314f433: Merge "add reply.writeNoException() for quick response"
# By Sungmin Choi # Via Gerrit Code Review (1) and Sungmin Choi (1) * commit 'b314f433905ea2cbc62bd5af658f05261a752e5a': add reply.writeNoException() for quick response
This commit is contained in:
@@ -1147,6 +1147,7 @@ public abstract class ActivityManagerNative extends Binder implements IActivityM
|
|||||||
IActivityController watcher = IActivityController.Stub.asInterface(
|
IActivityController watcher = IActivityController.Stub.asInterface(
|
||||||
data.readStrongBinder());
|
data.readStrongBinder());
|
||||||
setActivityController(watcher);
|
setActivityController(watcher);
|
||||||
|
reply.writeNoException();
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user