diff options
author | Scott Main <smain@google.com> | 2013-11-04 18:33:43 -0800 |
---|---|---|
committer | Scott Main <smain@google.com> | 2013-11-04 18:36:59 -0800 |
commit | d7abd97f64fd35d333655b5b71c0844a1e7a4d97 (patch) | |
tree | 79bae4b244ce980dfd988398a4e63e5290a668b3 /docs/html/training/beam-files/send-files.jd | |
parent | 9399d91944e38bc33f5bed8fb141fd400d436709 (diff) | |
download | frameworks_base-d7abd97f64fd35d333655b5b71c0844a1e7a4d97.zip frameworks_base-d7abd97f64fd35d333655b5b71c0844a1e7a4d97.tar.gz frameworks_base-d7abd97f64fd35d333655b5b71c0844a1e7a4d97.tar.bz2 |
fix broken links
Change-Id: I7856386f5abc923f88123ff1b5195f8a40acd879
Diffstat (limited to 'docs/html/training/beam-files/send-files.jd')
-rw-r--r-- | docs/html/training/beam-files/send-files.jd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/training/beam-files/send-files.jd b/docs/html/training/beam-files/send-files.jd index 917b87f..40f706f 100644 --- a/docs/html/training/beam-files/send-files.jd +++ b/docs/html/training/beam-files/send-files.jd @@ -139,7 +139,7 @@ trainingnavtop=true <uses-feature android:name="android.hardware.nfc" android:required="false" /></pre> <p> If you set the attribute - <code><a href="guide/topics/manifest/uses-feature-element.html#required" + <code><a href="{@docRoot}guide/topics/manifest/uses-feature-element.html#required" >android:required</a>="false"</code>, you must test for NFC support and Android Beam file transfer support in code. </p> |