diff options
author | Hall Liu <hallliu@google.com> | 2021-03-11 16:14:22 -0800 |
---|---|---|
committer | Hall Liu <hallliu@google.com> | 2021-03-11 16:17:31 -0800 |
commit | 48c3c14a2afd7f36882c6d8bc3f3e79c2d81d8ac (patch) | |
tree | d54a57272fa06ff781712781af2db496fbf11e9c /telecomm/java/android/telecom/TelecomManager.java | |
parent | 4993be52c7a472da9882b0d2dbd7ff6b6ad7ca46 (diff) |
Clarify semantics in call composer extras
Docs updates:
* setCallExtraParcelable must take a framework-defined parcelable
* EXTRA_PICTURE_URI takes an android.net.Uri
* Remove redundant documentation on setCallComposerStatus
Fixes: 182510687
Test: docs only
Change-Id: I43f776cf8bcb72c4121515536a3790cf44bf1638
Diffstat (limited to 'telecomm/java/android/telecom/TelecomManager.java')
-rw-r--r-- | telecomm/java/android/telecom/TelecomManager.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/telecomm/java/android/telecom/TelecomManager.java b/telecomm/java/android/telecom/TelecomManager.java index 17749e8b0a8f..1677c8c1f08e 100644 --- a/telecomm/java/android/telecom/TelecomManager.java +++ b/telecomm/java/android/telecom/TelecomManager.java @@ -314,8 +314,8 @@ public class TelecomManager { public static final String EXTRA_HAS_PICTURE = "android.telecom.extra.HAS_PICTURE"; /** - * A URI representing the picture that was downloaded when a call is received or uploaded - * when a call is placed. + * A {@link Uri} representing the picture that was downloaded when a call is received or + * uploaded when a call is placed. * * This is a content URI within the call log provider which can be used to open a file * descriptor. This could be set a short time after a call is added to the Dialer app if the |