Merge "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