facebook-sdk-for-unity
facebook-sdk-for-unity copied to clipboard
Unity android sdk 5.15.0 build Problem
When building with Android sdk 5.15.0 Added READ_PHONE_STATE permission in com.android.installreferrer.installreferrer-1.1
I do not need this permission. Let me know how to remove?
I need to know how can it be removed too. Please assist.
I found this post.
For the current workaround, I think we can remove the permission manually.
Just add the following line in your AndroidManifest.xml
<uses-permission android:name="android.permission.READ_PHONE_STATE" tools:node="remove" />
4 years after the original post, this is still an issue. Wake up and clean up this if you want developpers to be happy with your SDK.