Fix typo "pass" -> "passes"
bug: 26016604 Change-Id: Idab945201fc5c13c4a505c1bc4d73147d5a4bce8
This commit is contained in:
@ -369,7 +369,7 @@ declare an intent filter to respond to "send" intents (in order to send a new em
|
||||
</pre>
|
||||
|
||||
<p>Then, if another app creates an intent with the {@link
|
||||
android.content.Intent#ACTION_SEND} action and pass it to {@link android.app.Activity#startActivity
|
||||
android.content.Intent#ACTION_SEND} action and passes it to {@link android.app.Activity#startActivity
|
||||
startActivity()}, the system may start your activity so the user can draft and send an
|
||||
email.</p>
|
||||
|
||||
|
Reference in New Issue
Block a user