facebook-sdk-for-unity icon indicating copy to clipboard operation
facebook-sdk-for-unity copied to clipboard

Unity android sdk 5.15.0 build Problem

Open jeffyuio1129 opened this issue 5 years ago • 3 comments

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?

jeffyuio1129 avatar Jan 28 '20 02:01 jeffyuio1129

I need to know how can it be removed too. Please assist.

birdkingz avatar Feb 01 '20 03:02 birdkingz

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" />

birdkingz avatar Feb 01 '20 06:02 birdkingz

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.

ligoo avatar Jul 30 '21 21:07 ligoo