ai212983 / android-spinnerwheel

Wheel-like spinner widget for Android
http://git.io/spinwheel
Apache License 2.0
639 stars 249 forks source link

Library adds unwanted permission READ_PHONE_STATE #42

Closed oegono closed 7 years ago

oegono commented 9 years ago

Due to the lack of min and targetSdkVersion definition in AndroindManifest.xml the library adds the unwanted permission to apps during the build process.

Here is the debug output of merging Manifests:

android:uses-permission#android.permission.READ_PHONE_STATE IMPLIED from AndroidManifest.xml:2:1 reason: antistatic.spinnerwheel has a targetSdkVersion < 4

ai212983 commented 7 years ago

That's because library is TOO old. Won't-fix unless someone will PR this.