OSDN Git Service

Add optional data to incoming calls
authorEvan Charlton <evanc@google.com>
Wed, 5 Mar 2014 16:21:52 +0000 (08:21 -0800)
committerEvan Charlton <evanc@google.com>
Wed, 5 Mar 2014 22:01:52 +0000 (14:01 -0800)
commit74f6bf88eb0247b25caa8be9d170be6ba4cf5d28
tree6517d714f34331782f2b000191314c35b0ba08f1
parenta50f45405d4937b86db4c482309cbebdd857e348
Add optional data to incoming calls

When a CallService creates an incoming call, allow it to pass a Bundle
of arbitrary data along with the intent. This data will be returned to
the CallService via setIncomingCallId. This makes it easier for
CallServices to match up incoming calls with their IDs.

Change-Id: I52e7e1d0788ecd01aa427e76de7ccf4d9b75f1f0
api/current.txt
telecomm/java/android/telecomm/CallService.java
telecomm/java/android/telecomm/ICallService.aidl
telecomm/java/android/telecomm/TelecommConstants.java