From 9ca7d3532382593cef8efcd6aff6a289fa4a34c1 Mon Sep 17 00:00:00 2001 From: Dan Dascalescu Date: Tue, 12 Jan 2016 16:29:31 -0800 Subject: [PATCH] Fix typo "pass" -> "passes" bug: 26016604 Change-Id: Idab945201fc5c13c4a505c1bc4d73147d5a4bce8 --- docs/html/guide/components/fundamentals.jd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/html/guide/components/fundamentals.jd b/docs/html/guide/components/fundamentals.jd index ca111962b8628..80125ba4f07ab 100644 --- a/docs/html/guide/components/fundamentals.jd +++ b/docs/html/guide/components/fundamentals.jd @@ -369,7 +369,7 @@ declare an intent filter to respond to "send" intents (in order to send a new em

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.