BrooklynWelsh / CS452_Weather_App

An Android weather app being completed for CS 452 Senior Project.
0 stars 0 forks source link

GPS sometimes returns 0.0/0.0 coordinates to LocationManager. (Emulator only?) #13

Open BrooklynWelsh opened 3 years ago

BrooklynWelsh commented 3 years ago

There were a few points during testing where the main activity requested an update and returned 0.0/0.0 coordinates continuously. This was on emulator. When tested on a physical device, after permission checks the GPS returns the correct location. Not sure if a bug or not, but definitely needs more testing.