I was testing an app using NMEAListener
, and noticed that I need to call LocationManager.requestLocationUpdates
to get it receiving strings. So to use NMEAListener
I need to register the regular Location listener first. I didn't find anywhere in the docs that this should be done that way. If I register only the NMEAListener, no string is received (and the GPS icon in the top system bar is never shown). Seems that the GPS is not turned on by this listener.
Do you think this is a bug?
NOTE: I'm using 2.3 Gingerbread.
UPDATE
These issues might be related:
Issue 7321
Issue 15500