Hello:
I'm studying the book: Professional Android Application Development
In the Chapter 7, Tracking movement:
"The requestLocationUpdates method accepts either a specific Location Provider name or a setof Criteria to determine the provider to use."
Does it mean the requestLocationUpdates method may have a parameter about Criteria?
But I search the Android API,
http://developer.android.com/referen...onManager.html
The requestLocationUpdates() doesn't have the parameter about Criteria.
Do I misunderstandand it's meaning?
I am very confused.. thanks a ton for any help