flyingrub / SpeedMeter

Display the gps speed [Android]
GNU General Public License v2.0
197 stars 103 forks source link

Location Update issue #42

Open grgp89 opened 5 years ago

grgp89 commented 5 years ago

Hello! I created a new project in AndroidStudio and imported your project but I get this error on mLocationManager.requestLocationUpdates and it's crashes. Any adivces? This said about error: Call requires permission which may be rejected by user: code should explicitly check to see if permission is available (with checkPermission) or explicitly handle a potential SecurityException.

Thank you!