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

Commit 559f5064 authored by Dan Dascalescu's avatar Dan Dascalescu Committed by Android (Google) Code Review
Browse files

Merge "Fix typo "pass" -> "passes"" into mnc-docs

parents 226f1c4f 9ca7d353
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>