Relative Content

Tag Archive for androidandroid-package-managers

Android PackageManager Permissions question

Hi I am trying to write an app to get a list of installed user apps. I’ve read that in 2023 Android blocked access to this feature. I cannot figure out if there is still a way to get a list of installed user apps. I am looking to get list of user apps that I have written and installed. I am not looking to get general list of all apps. I know the expected list of apps by name. Is this still possible? If so how is it done?
Thanks.