do not mention faketouch and portrait feature at all

This commit is contained in:
tibbi 2020-11-08 10:38:40 +01:00
parent 979d16232a
commit dc79562185

View File

@ -9,6 +9,14 @@
android:name="android.permission.USE_FINGERPRINT"
tools:node="remove"/>
<uses-feature
android:name="android.hardware.faketouch"
tools:node="remove" />
<uses-feature
android:name="android.hardware.screen.portrait"
tools:node="remove" />
<application
android:name=".App"
android:allowBackup="true"