Unhide new location manager APIs:
Criteria.java LocationManager.java New APIs for criteria based location requests and single shot support. GeocoderParams.java GeocodeProvider.java LocationProvider.java APIs for network location unbundling. Change-Id: I3311fa01ce76fe4cba3537617e5b1c8d1f1d42b7 Signed-off-by: Mike Lockwood <lockwood@android.com>
This commit is contained in:
@@ -29,8 +29,6 @@ import java.util.List;
|
||||
* outside of the core android platform.
|
||||
* Geocode providers can be implemented as services and return the result of
|
||||
* {@link GeocodeProvider#getBinder()} in its getBinder() method.
|
||||
*
|
||||
* @hide
|
||||
*/
|
||||
public abstract class GeocodeProvider {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user