summaryrefslogtreecommitdiff
path: root/mms
diff options
context:
space:
mode:
authorTom Taylor <tomtaylor@google.com>2020-02-19 16:13:13 -0800
committerTom Taylor <tomtaylor@google.com>2020-02-19 16:18:57 -0800
commitc03117fdf4b92231bd588348c02cff6e070e366b (patch)
tree4d2d9218724df346aec60fedfbe798d79d827263 /mms
parent2bed6dfd582330093e4beac9736edf988d819417 (diff)
downloadbase-c03117fdf4b92231bd588348c02cff6e070e366b.tar.gz
Remove extraneous word in javadoc
Test: comment change only Bug: 149756626 Change-Id: Ifc6c91c471d250fa701270b568d3b666744bd303
Diffstat (limited to 'mms')
-rw-r--r--mms/java/android/telephony/MmsManager.java7
1 files changed, 4 insertions, 3 deletions
diff --git a/mms/java/android/telephony/MmsManager.java b/mms/java/android/telephony/MmsManager.java
index f07cd5e34062..805c6db7bcf2 100644
--- a/mms/java/android/telephony/MmsManager.java
+++ b/mms/java/android/telephony/MmsManager.java
@@ -56,7 +56,8 @@ public class MmsManager {
* @param sentIntent if not NULL this <code>PendingIntent</code> is broadcast when the message
* is successfully sent, or failed
* @param messageId an id that uniquely identifies the message requested to be sent.
- * Used for logging and diagnostics purposes. The id may be 0.
+ * Used for logging and diagnostics purposes. The id may be 0. The messageId
+ * can be found in radio logs from logcat.
*/
public void sendMultimediaMessage(int subId, @NonNull Uri contentUri,
@Nullable String locationUrl, @Nullable Bundle configOverrides,
@@ -86,8 +87,8 @@ public class MmsManager {
* @param downloadedIntent if not NULL this <code>PendingIntent</code> is
* broadcast when the message is downloaded, or the download is failed
* @param messageId an id that uniquely identifies the message requested to be downloaded.
- * Used for logging and diagnostics purposes. The id may be 0.
- * downloaded.
+ * Used for logging and diagnostics purposes. The id may be 0. The messageId
+ * can be found in radio logs from logcat.
* @throws IllegalArgumentException if locationUrl or contentUri is empty
*/
public void downloadMultimediaMessage(int subId, @NonNull String locationUrl,