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

Commit 5143a2c4 authored by Dan Dascalescu's avatar Dan Dascalescu Committed by android-build-merger
Browse files

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

am: 559f5064

* commit '559f5064':
  Fix typo "pass" -> "passes"
parents f31dc68e 559f5064
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>