I'm building an android application and I want to list all activities of installed applications in format of com.pkg.name/com.pkg.name.activity. so far I have managed to list the app name, icon and package name. But im stucked with activity names. My full list should be like below.
====================
App Icon - App name
com.pkg.name/com.pkg.name.activity
Somebody please help. Thank you in advance.