summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author TreeHugger Robot <treehugger-gerrit@google.com> 2018-10-01 18:15:42 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2018-10-01 18:15:42 +0000
commitbb2358dacebda5158e51a62dcba7e01f5d61f3e6 (patch)
tree4806081b77ea019253ff370811fa9b274a11dee9
parent53b7ed70b52a94a4951c7bd51c1c9b0f5e17f5cb (diff)
parent4234f150ede16014a7ebbf6e22ac3977035645ca (diff)
Merge "docs: fixed broken link" into pi-dev
-rw-r--r--core/res/AndroidManifest.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml
index cda1293e93c7..4a99623d0447 100644
--- a/core/res/AndroidManifest.xml
+++ b/core/res/AndroidManifest.xml
@@ -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>