docs: fixed broken link

Test: make ds-docs

Bug: 38410771

Change-Id: I382d715b5e8ee62ae4a6a92f49bf39c9d47d2e39
Exempt-From-Owner-Approval: Docs-only change
This commit is contained in:
kopriva
2018-09-29 13:34:24 -07:00
parent 0712cf3e18
commit 4234f150ed

View File

@@ -1080,9 +1080,9 @@
android:priority="700" />
<!-- Required to be able to access the camera device.
<p>This will automatically enforce the <a
href="{@docRoot}guide/topics/manifest/uses-feature-element.html">
<uses-feature>}</a> manifest element for <em>all</em> camera features.
<p>This will automatically enforce the
<a href="{@docRoot}guide/topics/manifest/uses-feature-element.html">
uses-feature</a> manifest element for <em>all</em> camera features.
If you do not require all camera features or can properly operate if a camera
is not available, then you must modify your manifest as appropriate in order to
install on devices that don't support all camera features.</p>