konklone / congress-android

Congress for Android, an app for tracking Congress.
https://play.google.com/store/apps/details?id=com.sunlightlabs.android.congress
Other
157 stars 43 forks source link

Remove location-based features and permissions and strings #699

Closed konklone closed 7 years ago

konklone commented 7 years ago

This strips out the last remnants of our location code, including the location permissions requested by the app.

Though traditionally it's been hard to add permissions because it breaks app auto-update, newer versions of Android allow run-time permission requesting, which is more user-friendly and more dev-friendly, so I shouldn't run into the same barrier should I choose to re-add the location permissions later.