mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-11-22 16:32:01 +03:00
optional touchscreen in debug and profile manifests
This commit is contained in:
parent
b4de565d96
commit
d1b9e00474
@ -5,6 +5,10 @@
|
||||
-->
|
||||
<uses-permission android:name="android.permission.INTERNET" />
|
||||
|
||||
<uses-feature
|
||||
android:name="android.hardware.touchscreen"
|
||||
android:required="false" />
|
||||
|
||||
<!-- support ACTION_RUN for debug builds -->
|
||||
<application
|
||||
android:icon="@mipmap/ic_launcher"
|
||||
|
@ -3,4 +3,9 @@
|
||||
to allow setting breakpoints, to provide hot reload, etc.
|
||||
-->
|
||||
<uses-permission android:name="android.permission.INTERNET"/>
|
||||
|
||||
<uses-feature
|
||||
android:name="android.hardware.touchscreen"
|
||||
android:required="false" />
|
||||
|
||||
</manifest>
|
||||
|
Loading…
Reference in New Issue
Block a user