Gordafarid
Gordafarid

Reputation: 183

Unity game asks permission not reflected in the manifest

So I am developing this game in which some 3rd party SDKs are also included. When I am trying to install the apk, it asks for some permissions, namely: 1- Accessing the contacts, 2- Accessing photos, media and files, 3- Managing phone calls.

However, none of these permissions is mentioned neither in the main Android Manifest.xml file, nor in the 3rd party SDKs' manifests. How is that possible? What should I do to get rid of these permissions?

Upvotes: 0

Views: 70

Answers (1)

Trung Bui
Trung Bui

Reputation: 111

Your question has too little data to answer your question. What is 3rd party SKDs? I bet your SDKs has permission but you don't know. Just export to android project and check merged android manifest, you can find where the permission required.

Upvotes: 1

Related Questions