I am trying to determine whether satellites are being acquired or if a
lock has been acquired.  I can see this with a pulsing vs. fixed dish
icon on the notification bar, but so far I have not quite achieved a
solution in code.

Apparently this does nor necessarily mean LOCK_ACQUIRED?

        @Override
        public void onGpsStatusChanged(int event) {
                if (GpsStatus.GPS_EVENT_STARTED == event) {
                        //1
                        setGpsAvailable(true);
                }

        }

Peace,
Scott

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to