OSDN Git Service

Docs: Fix manifest example for ARC
authorJosh Horwich <jhorwich@google.com>
Fri, 16 Sep 2016 23:10:45 +0000 (16:10 -0700)
committerJosh Horwich <jhorwich@google.com>
Fri, 16 Sep 2016 23:12:16 +0000 (16:12 -0700)
Simply add "android:" qualifier to required attribute.

Bug: 31554344
Test: None

Change-Id: I13ef9c8614d76bd99f9d7b69d3ea8319843e979a

docs/html/topic/arc/index.jd

index d46fbc8..a025459 100644 (file)
@@ -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>