summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Main <smain@google.com>2013-06-04 19:29:24 -0700
committerScott Main <smain@google.com>2013-06-04 19:35:48 -0700
commitaafed1df0404e2fb64c1adeb127dc7f300a2c07b (patch)
treeafd21dc2277dab1eb053d8a1b88e87489c288a07
parentd293d229493a2d661ebb1776a0915297927a5ca6 (diff)
downloadframeworks_base-aafed1df0404e2fb64c1adeb127dc7f300a2c07b.zip
frameworks_base-aafed1df0404e2fb64c1adeb127dc7f300a2c07b.tar.gz
frameworks_base-aafed1df0404e2fb64c1adeb127dc7f300a2c07b.tar.bz2
add link to required permission from ACTION_RESPOND_VIA_MESSAGE
Change-Id: Iafa9c72c9bbd8258c7f961f7ab8ad78c96b61e54
-rw-r--r--telephony/java/android/telephony/TelephonyManager.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/telephony/java/android/telephony/TelephonyManager.java b/telephony/java/android/telephony/TelephonyManager.java
index c14d61b..26dde1e 100644
--- a/telephony/java/android/telephony/TelephonyManager.java
+++ b/telephony/java/android/telephony/TelephonyManager.java
@@ -130,10 +130,10 @@ public class TelephonyManager {
* call. By default, the MMS app consumes this message and sends a text message to the caller. A
* third party app can provide this functionality in lieu of MMS app by consuming this Intent
* and sending the message using their own messaging system. The intent contains a URI
- * describing the recipient, and an EXTRA containg the message itself.
- * <p>
+ * describing the recipient, and an EXTRA containing the message itself.
+ * <p class="note"><strong>Note:</strong>
* The intent-filter which consumes this Intent needs to be in a service which requires the
- * permission SEND_RESPOND_VIA_MESSAGE.
+ * permission {@link android.Manifest.permission#SEND_RESPOND_VIA_MESSAGE}.</p>
*
* <p>
* {@link android.content.Intent#getData} is a URI describing the recipient of the message.