From e2482507ff328d9aaec3e9b765e8eb76e57a1d47 Mon Sep 17 00:00:00 2001 From: Dirk Dougherty Date: Fri, 19 Nov 2010 19:25:41 -0800 Subject: cherry pick from gingerbread: I14e59a2281fac9a437ebf52df4c846e7a1e9cc4a Do not merge: Doc change: API diff report for gingerbread. Change-Id: Ib6d916f76614ddcb80760fb89f6bb3d7d66344b8 --- .../changes/android.location.LocationManager.html | 172 +++++++++++++++++++++ 1 file changed, 172 insertions(+) create mode 100644 docs/html/sdk/api_diff/9/changes/android.location.LocationManager.html (limited to 'docs/html/sdk/api_diff/9/changes/android.location.LocationManager.html') diff --git a/docs/html/sdk/api_diff/9/changes/android.location.LocationManager.html b/docs/html/sdk/api_diff/9/changes/android.location.LocationManager.html new file mode 100644 index 0000000..b8f7b99 --- /dev/null +++ b/docs/html/sdk/api_diff/9/changes/android.location.LocationManager.html @@ -0,0 +1,172 @@ + + + + + + + + + +android.location.LocationManager + + + + + + + + + + +
+
+
+

+Class android.location.LocationManager +

+ + +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Added Methods +
+ + void requestLocationUpdates(long, float, Criteria, PendingIntent) +  
+ + void requestLocationUpdates(long, float, Criteria, LocationListener, Looper) +  
+ + void requestSingleUpdate(Criteria, PendingIntent) +  
+ + void requestSingleUpdate(Criteria, LocationListener, Looper) +  
+ + void requestSingleUpdate(String, PendingIntent) +  
+ + void requestSingleUpdate(String, LocationListener, Looper) +  
+  + +

+ + + + + + + + +
Added Fields +
+ + String PROVIDERS_CHANGED_ACTION +  
+  +

+ +
+
+ + + + -- cgit v1.1