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

# By Sungmin Choi
# Via Android Git Automerger (1) and others
* commit 'e4ce25177bdf7720c6b3dd5ea7b48f6b03b06469':
  add reply.writeNoException() for quick response
This commit is contained in:
Jeffrey Brown
2013-02-06 20:52:59 -08:00
committed by Android Git Automerger

View File

@@ -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;
}