Closed shivkushwaha1511 closed 1 year ago
For android version 10+, we have to explicitly add package name in android-manifest file
<manifest xmlns:android="....">
<queries>
<package android:name="com.whatsapp" />
<package android:name="......" />
........
</queries>
</manifest>
I'm not able to detect app installation in higher android version only "Google Maps" is working, while all the other apps are detectable in lower android version.
Please help me to fix this error. Thank you