mirror of
https://github.com/SimpleMobileTools/Simple-Contacts.git
synced 2025-01-05 20:37:10 +01:00
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
Block a user