hareesh J
hareesh J

Reputation: 530

programmatically reading the Manifest file?

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

Answers (1)

Hareshkumar Chhelana
Hareshkumar Chhelana

Reputation: 24848

// try this
getApplication().getApplicationInfo().*(*-name,packageName,icon etc)

Upvotes: 1

Related Questions