mirror of
https://github.com/SimpleMobileTools/Simple-Draw.git
synced 2025-01-10 06:53:15 +01:00
do not require the faketouch device feature
This commit is contained in:
parent
d6acf6f102
commit
d32c6af6ea
@ -10,6 +10,10 @@
|
||||
android:name="android.permission.USE_FINGERPRINT"
|
||||
tools:node="remove"/>
|
||||
|
||||
<uses-feature
|
||||
android:name="android.hardware.faketouch"
|
||||
android:required="false"/>
|
||||
|
||||
<application
|
||||
android:name=".App"
|
||||
android:allowBackup="true"
|
||||
|
Loading…
Reference in New Issue
Block a user