0

I have Noticed some other apps who are getting my app's package name. So I want to prevent them from getting my app's package name and name.

1 Answer 1

1

thats not possible. till Android 10 any app can list all installed packages. Android 11 introduced some changes in packages visibility and by default your app/package isn't "visible" for other common apps, BUT since then we have new permission: QUERY_ALL_PACKAGES. so there is no reliable way for hiding your app, as any 3rd-party may declare and obtain this perm and you can't prevent that...

Not the answer you're looking for? Browse other questions tagged or ask your own question.