API Diff Specification | |
To Version: | Android SDK 0.9_r1 |
From Version: | Android SDK m5-rc14 |
Generated | 2008.08.14 15:44 |
Removed Methods | |
---|---|
void doHandleMessage(Message ) |
Subclasses which wish to post messages to .mHandler should override this method to provide handling for those messages. |
DataRequestDispatcher getDispatcher() |
WARNING: This method will be restricted to the Maps Application in the future. |
boolean isLocationAvailable() |
@return whether or not we successfully registered for Location updates. |
Added Methods | |
---|---|
boolean isLocationDisplayed() |
For accounting purposes, the server needs to know whether or not you are currently displaying any kind of sensor-based estimation of the device's current location. |
boolean isRouteDisplayed() |
For accounting purposes, the server needs to know whether or not you are currently displaying any kind of route information, such as a set of driving directions. |
Changed Methods | ||
---|---|---|
void onStop() |
Method was locally defined, but is now inherited from Activity. | Called when you are no longer visible to the user. |
Removed Fields | |
---|---|
Handler mHandler
|
A Handler to receive events that alter the view tree. |
©2008 Google - Code Home - Site Terms of Service - Privacy Policy |