Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 69ff6ef1 authored by Josh Horwich's avatar Josh Horwich Committed by android-build-merger
Browse files

Docs: Fix manifest example for ARC am: 8960d0a7 am: cf3ba02a

am: 5fc2f23e

Change-Id: I2c93eb2fab4a4f432501b6f77372ee4f6cde2397
parents 1f140f70 5fc2f23e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>