commit | b16e7800be4f879135f239f1f8f586f3712df01e | [log] [tgz] |
---|---|---|
author | Mike Lockwood <lockwood@android.com> | Thu Aug 06 09:26:02 2009 -0400 |
committer | Mike Lockwood <lockwood@android.com> | Thu Aug 06 15:05:07 2009 -0400 |
tree | d3c41d32ac4341d66d9e042612237c13ab49e879 | |
parent | d4f09592f721e6358fdadbdf363f034f842f860d [diff] |
gps: Add GpsStatus.NmeaListener interface for receiving NMEA sentences. NMEA sentences are passed from the GPS engine to the GpsLocationProvider. They are then sent via the IGpsStatusListener binder interface to clients using the same path as the other GPS status information. Signed-off-by: Mike Lockwood <lockwood@android.com>