I am using QUERY_ALL_PACKAGES permission in my and...
# android
m
I am using QUERY_ALL_PACKAGES permission in my android app to get the list of installed apps on the device, and because of this my app got rejected on google play store.. Is there any other way to get the list of installed apps? Because I saw other similar apps, they don't use that permission but still they are able to get the list of installed apps on the device. Thank You!!
not kotlin but kotlin colored 6
stackoverflow 1
@kenkyee I searched on stack-overflow, they are using the same approach and it works without that permission below api 30 and it requires the permission for api 30 and above Can you please help, what should i do?
c
Please be aware, that this is a workspace for the Kotlin programming language and your general Android question is off-topic here. You might find helpful resources in the channel description.
☝️ 1