WSDOT / wsdot-android-app

Source code for the WSDOT Android application
GNU General Public License v3.0
19 stars 12 forks source link

Updating To Play Services 8.3 And Up Causes App To Crash #44

Closed loganSims closed 8 years ago

loganSims commented 8 years ago

App isn't asking user for permission to access location and crashes.

java.lang.SecurityException: my location requires permission ACCESS_FINE_LOCATION or ACCESS_COARSE_LOCATION

waynedyck commented 8 years ago

This only appears to be an issue on Android 6.x devices running API level 23.

loganSims commented 8 years ago

I believe this describes the issue. Working on fix now.

loganSims commented 8 years ago

Implementing solution from here under "Request runtime permissions".