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

Commit 42612c83 authored by Andrew Solovay's avatar Andrew Solovay
Browse files

docs: Fixing typo in app-linking doc

bug: 21474283
Change-Id: I0e29db2b40478b9e0ec01039ccf747f659af7317
parent 772dab7b
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -17,7 +17,7 @@ page.title=App Links
<p>
<p>
  The Android Intent system is a flexible mechanism to enable apps to handle content and requests.
  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
  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.
  to select from a list of apps that have declared matching intent filters.
</p>
</p>