I am working with MIT App Inventor and the activity starter component.
I have to know the app class, package detail and others, so how can I get all this information for any app?
Moreover I want to send SMS using activity starter from ICQ messenger to a specific contact. How can I do that?
Here is the class name ApplicationInfo Developer doc link which gives you most of the detail of Application(installed in phone).
You can get list of Apps installed in the phone via below method.
you can get applicatio info by looping above list. For packageName, can follow below code.