Docs: Fix manifest example for ARC am: 8960d0a712

am: cf3ba02ac2

Change-Id: Ia029f9848a8230d692ee1464917b8ec02eb2e1c4
This commit is contained in:
Josh Horwich
2016-09-20 23:07:45 +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>