Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5b27decb authored by Scott Main's avatar Scott Main Committed by Android Git Automerger
Browse files

am 0f34894e: am aafed1df: add link to required permission from ACTION_RESPOND_VIA_MESSAGE

* commit '0f34894e':
  add link to required permission from ACTION_RESPOND_VIA_MESSAGE
parents 84f3c568 0f34894e
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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.