From 42612c836532f25574511fc0c9ff26a8b2c9feed Mon Sep 17 00:00:00 2001 From: Andrew Solovay Date: Wed, 27 May 2015 17:09:58 -0700 Subject: [PATCH] docs: Fixing typo in app-linking doc bug: 21474283 Change-Id: I0e29db2b40478b9e0ec01039ccf747f659af7317 --- docs/html/preview/features/app-linking.jd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/html/preview/features/app-linking.jd b/docs/html/preview/features/app-linking.jd index a677b1cf3324c..398b03898ed10 100644 --- a/docs/html/preview/features/app-linking.jd +++ b/docs/html/preview/features/app-linking.jd @@ -17,7 +17,7 @@ page.title=App Links

The Android Intent system is a flexible mechanism to enable apps to handle content and requests. Multiple apps may declare matching URI patterns in their intent filters. When a user clicks on a - web link that does not have default launch handler, the platform may show a dialog for the user + web link that does not have a default launch handler, the platform may show a dialog for the user to select from a list of apps that have declared matching intent filters.