properly detect if the free app is installed
This commit is contained in:
parent
286b9ff962
commit
a0f5e12a46
|
@ -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" />
|
||||||
|
|
Loading…
Reference in New Issue