From 8960d0a71204d7c8fc854db7356ea616fa861614 Mon Sep 17 00:00:00 2001 From: Josh Horwich Date: Fri, 16 Sep 2016 16:10:45 -0700 Subject: [PATCH] Docs: Fix manifest example for ARC Simply add "android:" qualifier to required attribute. Bug: 31554344 Test: None Change-Id: I13ef9c8614d76bd99f9d7b69d3ea8319843e979a --- docs/html/topic/arc/index.jd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. <!-- 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> -- 2.11.0