How can I get the list of native apps installed on my android

Hey guys
I’m learning about ionic. I would like to get a list of apps installed on my android phone and be able to open everything from my app. I see that if I use @capacitor/app-launcher I open a specific app using something like: com.android. calendar for example. I want to list all installed apps and allow opening that app using app-launcher plugin. To open, I know how to do it, but how can I get all installed apps and list those apps like this:
com.android.calendar
com.google.android.apps.docs
with. android.chrome
n…

thanks