I’m trying to create a button in activity to launch all the installed application as applications launcher button on home screen open all the application.
it will be a great help with example
I’m trying to create a button in activity to launch all the installed application
Share
The below code gives you all the installed apps. I am filtering out the apps which can be launched. If you want all the apps irrespective they can be launched or not, then you can remove the if (mIntent != null) check.