GeekyAnts/external_app_launcher

Keep showing me : cant find the app installed and takes me to playstore.

Closed this issue ยท 4 comments

I tried using Android Emulator and a Physical device too

can you give more context and also check the PackageName your giving

I tried different package names , nothing works.
But then i added a line to check if app is installed first, then called launchapp function and it worked.
But i am not sure what solved the problem

izuen commented

Starting with Android 11 need to declare <uses-permission android:name="android.permission.QUERY_ALL_PACKAGES" /> to your AndroidManifest.xml

The support is now available in external_app_launcher: ^3.0.0