summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author TreeHugger Robot <treehugger-gerrit@google.com> 2016-09-20 22:54:27 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2016-09-20 22:54:31 +0000
commit7980e4522e57917889957493ca8489896f28429b (patch)
tree4dbe44d32035f47aab95d35ac5c71260e4cc0d0f
parentc9905d9184c26e2891674b94d31622e0fd82db27 (diff)
parent8960d0a71204d7c8fc854db7356ea616fa861614 (diff)
Merge "Docs: Fix manifest example for ARC" into nyc-dev
-rw-r--r--docs/html/topic/arc/index.jd2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/topic/arc/index.jd b/docs/html/topic/arc/index.jd
index d46fbc89ac59..a025459226aa 100644
--- a/docs/html/topic/arc/index.jd
+++ b/docs/html/topic/arc/index.jd
@@ -51,7 +51,7 @@ review your mouse and keyboard interactions.
&lt;!-- Some Chromebooks don't support touch. Although not essential,
it's a good idea to explicitly include this declaration. --&gt;
&lt;uses-feature android:name="android.hardware.touchscreen"
- required="false" /&gt;
+ android:required="false" /&gt;
&lt;/manifest&gt;
</pre>