microg / AppleWifiNlpBackend

UnifiedNlp Backend that uses Apple's service to resolve wifi locations. Location calculation is done onboard and wifi locations are cached to minimize data usage.
Apache License 2.0
78 stars 15 forks source link

Read phone state/identity permission gets added #6

Closed haarp closed 9 years ago

haarp commented 9 years ago

The permission is added despite it not being defined in the manifest.

Over at F-Droid, a dev suspects that it gets added during build because a very old SDK is targeted. Seems kinda weird to me.

Could probably do without that permission (The 1.0.1 F-Droid build didn't have it and still worked)

mar-v-in commented 9 years ago

Thanks for reporting, will be fixed in next release.