GeekyAnts / external_app_launcher

BSD 3-Clause "New" or "Revised" License
14 stars 31 forks source link

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

Closed sahalkabeer closed 2 years ago

sahalkabeer commented 2 years ago

I tried using Android Emulator and a Physical device too

hemanthkb97 commented 2 years ago

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

sahalkabeer commented 2 years ago

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 2 years ago

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

Gayathri-GA commented 2 years ago

The support is now available in external_app_launcher: ^3.0.0