This repository has been archived by the owner on Mar 9, 2024. It is now read-only.
Replies: 1 comment 2 replies
-
It can have bad consequences because QUERY_ALL_PACKAGES permission requires special permission on Google Play: https://support.google.com/googleplay/android-developer/answer/10158779?hl=en |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I modified the manifest file in NativeShare.aar.
As shown below
I replaced the <queries> and <intent> tags with <intent-filter>.
I also added QUERY_ALL_PACKAGES permission.
This works well on Unity 2019.4.39f1.
It met my needs, but I don't know if that would have some bad consequences.
Beta Was this translation helpful? Give feedback.
All reactions