flutter_plugin_device_apps
flutter_plugin_device_apps copied to clipboard
Missing returned applications
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.