Docs: Fix manifest example for ARC am: 8960d0a712

am: 30b30e5927

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