Merge "Docs: Fix manifest example for ARC" into nyc-dev

This commit is contained in:
TreeHugger Robot
2016-09-20 22:54:27 +00:00
committed by Android (Google) Code Review

View File

@@ -51,7 +51,7 @@ review your mouse and keyboard interactions.
<!-- Some Chromebooks don't support touch. Although not essential, <!-- Some Chromebooks don't support touch. Although not essential,
it's a good idea to explicitly include this declaration. --> it's a good idea to explicitly include this declaration. -->
<uses-feature android:name="android.hardware.touchscreen" <uses-feature android:name="android.hardware.touchscreen"
required="false" /> android:required="false" />
</manifest> </manifest>
</pre> </pre>