require the Telephony feature for installing the app

This commit is contained in:
tibbi 2020-04-03 14:43:20 +02:00
parent 6cd1dcfbde
commit fe9b9497b4
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,8 @@
android:name="android.permission.USE_FINGERPRINT"
tools:node="remove" />
<uses-feature android:name="android.hardware.telephony" />
<application
android:name=".App"
android:allowBackup="true"