OSDN Git Service

Add ThirdPartyCall APIs to master
authorSailesh Nepal <sail@google.com>
Tue, 12 Nov 2013 21:26:27 +0000 (13:26 -0800)
committerSailesh Nepal <sail@google.com>
Wed, 13 Nov 2013 20:27:21 +0000 (12:27 -0800)
commit697d9f2f30dfaf87fbebdd182e47fc552d345ce5
tree850eb4599de9689b94296573e03e7816cd7bc3a4
parent0d784869c6db9649723e520cb25cc1fbe2db84b1
Add ThirdPartyCall APIs to master

These are APIs for the new ThirdPartyPhone feature.

Note, these APIs can't actually be used yet on master for two reasons:
  - initiating a call from a 3rd party app isn't possible yet because
    the TelephonyManager APIs aren't being added to master.
  - the TeleService implementation of these APIs aren't being added to
    master.

Also, these APIs will be removed and the final ones will be added
once they're ready to be merged into master.

Change-Id: Ie783290451da448a011f813983e55b12047b5d99
Android.mk
api/current.txt
telephony/java/android/telephony/ThirdPartyCallListener.java [new file with mode: 0644]
telephony/java/android/telephony/ThirdPartyCallProvider.java [new file with mode: 0644]
telephony/java/android/telephony/ThirdPartyCallService.java [new file with mode: 0644]
telephony/java/com/android/internal/telephony/IThirdPartyCallListener.aidl [new file with mode: 0644]
telephony/java/com/android/internal/telephony/IThirdPartyCallProvider.aidl [new file with mode: 0644]
telephony/java/com/android/internal/telephony/IThirdPartyCallService.aidl [new file with mode: 0644]