diff options
author | Andrew Solovay <asolovay@google.com> | 2015-05-27 17:30:29 -0700 |
---|---|---|
committer | Andrew Solovay <asolovay@google.com> | 2015-05-27 17:30:29 -0700 |
commit | a2c9a045b2aff63f42a25153a60bc96ae673b371 (patch) | |
tree | 5b05e6ed9fe8686969f7c7ef68fec3f7d2543a1c /docs/html/preview/features/app-linking.jd | |
parent | 0b6ff63bd6ebbe21e737cee550ed1b1c93f40cb6 (diff) | |
download | frameworks_base-a2c9a045b2aff63f42a25153a60bc96ae673b371.zip frameworks_base-a2c9a045b2aff63f42a25153a60bc96ae673b371.tar.gz frameworks_base-a2c9a045b2aff63f42a25153a60bc96ae673b371.tar.bz2 |
docs: Fixing typo in app-linking.html
bug: 21474324
Change-Id: I66a2e3d0b4c7eebcbc1e387d3f64d73c68288b3a
Diffstat (limited to 'docs/html/preview/features/app-linking.jd')
-rw-r--r-- | docs/html/preview/features/app-linking.jd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/preview/features/app-linking.jd b/docs/html/preview/features/app-linking.jd index 398b038..ffca1a9 100644 --- a/docs/html/preview/features/app-linking.jd +++ b/docs/html/preview/features/app-linking.jd @@ -99,7 +99,7 @@ page.title=App Links </pre> <p> - When the (@code android:autoVerify} attribute is present in an app manifest, the platform + When the {@code android:autoVerify} attribute is present in an app manifest, the platform attempts to verify app links when the app is installed. If the platform cannot successfully verify the app links, the app is not set as the preferred app to handle the web links. The next time a user opens one of the links, the platform falls back to presenting the user with a |