Docs: Fix manifest example for ARC

am: 8960d0a712

Change-Id: I42400d5ac69d78c8909bda48b81971f520f23e6a
This commit is contained in:
Josh Horwich
2016-09-20 23:00:29 +00:00
committed by android-build-merger

View File

@@ -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>
</pre>