Unity Android - Remove Caller ID permission

爱⌒轻易说出口 提交于 2019-12-22 17:43:08

问题


Recently I've added two services - Chartboost and UnityAds for advertising in my ready-to-launch game. However I've noticed that the app now asks for a permission to read Caller ID data. I've searched the plugins Android Manifest and found no line of requesting this permission - I'm wondering if it is automatically added when using some special function?

I've already researched this topic and found I have no usage of

SystemInfo.deviceUniqueIdentifier 

that would put this permission in the manifest.

I would appreciate any help or ideas on how to remove this permission.

来源:https://stackoverflow.com/questions/31853897/unity-android-remove-caller-id-permission

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!