allow checking if Simple Contacts is installed, for importing contact events
This commit is contained in:
parent
3ca0d3f9af
commit
2f6139e477
1 changed files with 5 additions and 0 deletions
|
@ -19,6 +19,11 @@
|
|||
android:name="android.permission.USE_FINGERPRINT"
|
||||
tools:node="remove" />
|
||||
|
||||
<queries>
|
||||
<package android:name="com.simplemobiletools.contacts.pro.debug" />
|
||||
<package android:name="com.simplemobiletools.contacts.pro" />
|
||||
</queries>
|
||||
|
||||
<uses-feature
|
||||
android:name="android.hardware.faketouch"
|
||||
android:required="false" />
|
||||
|
|
Loading…
Reference in a new issue