do not require the Telephony feature anymore

This commit is contained in:
tibbi 2020-08-05 12:31:43 +02:00
parent f111690915
commit 8e91a0bb06
1 changed files with 4 additions and 0 deletions

View File

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