Add support for integrating call composer

* Minor bugfix in call log to handle USER_CURRENT
* add TelephonyLocalConnection that allows frameworks/opt/telephony to
call code (indirectly) in packages/services/Telephony

Bug: 177613111
Test: atest CallComposerTest

Merged-In: I602b51da6009c884364a026781ca3c160978fbd1
Change-Id: I61af7553b4b3d71fe87c86fca62941747d43ef55
This commit is contained in:
Hall Liu
2021-01-21 10:05:43 -08:00
parent cd347c4bd0
commit a749abcead
3 changed files with 54 additions and 5 deletions

View File

@@ -324,10 +324,10 @@ public class TelecomManager {
*/
public static final String EXTRA_INCOMING_PICTURE = "android.telecom.extra.INCOMING_PICTURE";
// TODO(hallliu), This UUID is obtained from TelephonyManager#uploadCallComposerPicture.
/**
* A ParcelUuid used as a token to represent a picture that was uploaded prior to the call
* being placed.
* being placed. The value of this extra should be set using the {@link android.os.ParcelUuid}
* obtained from the callback in {@link TelephonyManager#uploadCallComposerPicture}.
*/
public static final String EXTRA_OUTGOING_PICTURE = "android.telecom.extra.OUTGOING_PICTURE";