flutter_plugin_device_apps icon indicating copy to clipboard operation
flutter_plugin_device_apps copied to clipboard

Missing returned applications

Open cgestes opened this issue 4 years ago • 0 comments

When asking for application with intends, many applications are missing especially: "Phone" and all the Play Store apps.

If using List<ResolveInfo> resList = manager.queryIntentActivities(intent, 0); the issue disappear, like concurrent package launcher_assist and launcher_helper do.

cgestes avatar Jul 16 '20 22:07 cgestes