Class android.location.LocationManager

Added Methods
boolean  addGpsStatusListener( Listener)  
void  addTestProvider( String, boolean , boolean , boolean , boolean , boolean , boolean , boolean , int , int )  
void  clearTestProviderEnabled( String)  
void  clearTestProviderLocation( String)  
void  clearTestProviderStatus( String)  
GpsStatus  getGpsStatus( GpsStatus)  
void  removeGpsStatusListener( Listener)  
void  removeTestProvider( String)  
void  removeUpdates( PendingIntent)  
void  requestLocationUpdates( String, long , float , PendingIntent )  
boolean  sendExtraCommand( String, String , Bundle )  
void  setTestProviderEnabled( String, boolean )  
void  setTestProviderLocation( String, Location )  
void  setTestProviderStatus( String, int , Bundle , long )  
 

Added Fields
String  KEY_LOCATION_CHANGED  
String  KEY_PROVIDER_ENABLED  
String  KEY_STATUS_CHANGED  
 
No examples for this method.
Frequently called with: [Clear]
Portions of this page are reproduced from work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. The original page is available here.