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

Commit f67167e7 authored by Android Build Merger (Role)'s avatar Android Build Merger (Role) Committed by Android (Google) Code Review
Browse files

Merge "Docs: Fix manifest example for ARC am: 8960d0a7 am: 30b30e59 am: 22a816dc"

parents 11474206 b13dd225
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>