Reputation: 530
I have the package name of the app then how to read the Manifest file Programmatically for getting launcher activity as well as services and receivers .
Upvotes: 1
Views: 1927
Reputation: 24848
// try this
getApplication().getApplicationInfo().*(*-name,packageName,icon etc)
Upvotes: 1