properly detect if the free app is installed

This commit is contained in:
tibbi 2023-01-12 10:45:24 +01:00
parent 286b9ff962
commit a0f5e12a46
1 changed files with 5 additions and 0 deletions

View File

@ -26,6 +26,11 @@
<package android:name="com.simplemobiletools.contacts.pro" /> <package android:name="com.simplemobiletools.contacts.pro" />
</queries> </queries>
<queries>
<package android:name="com.simplemobiletools.calendar.debug" />
<package android:name="com.simplemobiletools.calendar" />
</queries>
<uses-feature <uses-feature
android:name="android.hardware.faketouch" android:name="android.hardware.faketouch"
android:required="false" /> android:required="false" />