How to get the whole list of apps installed on an android device.

Hey, I am in bare workflow and I want to get the whole list of apps installed on a user’s device with their package names. How to do so?

Any suggestions are most welcomed.

Hey @greatestperson, I would take a look at this SO post. It seems you’ll need the QUERY_ALL_PACKAGES permission in your manifest.

Cheers,
Adam

1 Like

Thanks @adamjnav, but how would I get the names in my app. Also, any way to do it in managed workflow?

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.