diff --git a/docs/html/topic/arc/index.jd b/docs/html/topic/arc/index.jd index d46fbc89ac595..a025459226aa5 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. <!-- Some Chromebooks don't support touch. Although not essential, it's a good idea to explicitly include this declaration. --> <uses-feature android:name="android.hardware.touchscreen" - required="false" /> + android:required="false" /> </manifest>