summaryrefslogtreecommitdiffstats
path: root/telephony/java/com/android
diff options
context:
space:
mode:
authorJonathan Basseri <misterikkit@google.com>2015-06-10 09:11:49 -0700
committerJonathan Basseri <misterikkit@google.com>2015-06-10 19:58:03 -0700
commit6694f2a067d1472cb74f8db4ddbcc5d4f77eda83 (patch)
tree428f6b2e5ad75d21dfb4da3b9bd39ae956c5984a /telephony/java/com/android
parent3c9614a03a40c3590b38eed71f86c24d81c6d52a (diff)
downloadframeworks_base-6694f2a067d1472cb74f8db4ddbcc5d4f77eda83.zip
frameworks_base-6694f2a067d1472cb74f8db4ddbcc5d4f77eda83.tar.gz
frameworks_base-6694f2a067d1472cb74f8db4ddbcc5d4f77eda83.tar.bz2
Read MMS config from CarrierConfigManager.
Updating javadoc to point at the correct class. Bug: 21085630 Change-Id: I02415191c8d331e431812ddba75f18af10805b98
Diffstat (limited to 'telephony/java/com/android')
-rw-r--r--telephony/java/com/android/internal/telephony/IMms.aidl10
1 files changed, 4 insertions, 6 deletions
diff --git a/telephony/java/com/android/internal/telephony/IMms.aidl b/telephony/java/com/android/internal/telephony/IMms.aidl
index 49ac400..fa5073e 100644
--- a/telephony/java/com/android/internal/telephony/IMms.aidl
+++ b/telephony/java/com/android/internal/telephony/IMms.aidl
@@ -34,8 +34,7 @@ interface IMms {
* PDU format
* @param locationUrl the optional location url for where this message should be sent to
* @param configOverrides the carrier-specific messaging configuration values to override for
- * sending the message. See {@link android.telephony.MessagingConfigurationManager} for the
- * value names and types.
+ * sending the message. See {@link android.telephony.SmsManager} for the value names and types.
* @param sentIntent if not NULL this <code>PendingIntent</code> is
* broadcast when the message is successfully sent, or failed
*/
@@ -51,8 +50,8 @@ interface IMms {
* from the MMS WAP push notification
* @param contentUri a contentUri to which the downloaded MMS message will be written
* @param configOverrides the carrier-specific messaging configuration values to override for
- * downloading the message. See {@link android.telephony.MessagingConfigurationManager} for the
- * value names and types.
+ * downloading the message. See {@link android.telephony.SmsManager} for the value names and
+ * types.
* @param downloadedIntent if not NULL this <code>PendingIntent</code> is
* broadcast when the message is downloaded, or the download is failed
*/
@@ -165,8 +164,7 @@ interface IMms {
* @param callingPkg the package name of the calling app
* @param messageUri the URI of the stored message
* @param configOverrides the carrier-specific messaging configuration values to override for
- * sending the message. See {@link android.telephony.MessagingConfigurationManager} for the
- * value names and types.
+ * sending the message. See {@link android.telephony.SmsManager} for the value names and types.
* @param sentIntent if not NULL this <code>PendingIntent</code> is
* broadcast when the message is successfully sent, or failed
*/