do not require the Telephony feature anymore
This commit is contained in:
parent
f111690915
commit
8e91a0bb06
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue