API Diff Specification
To Version: Android SDK 0.9_r1
From Version: Android SDK m5-rc14
Generated 2008.08.14 15:44

Class android.app.LocalActivityManager

Removed Methods
Bundle freeze() Retrieve the state of all activities known by the group.
void thaw(Bundle) Restore a state that was previously returned by .freeze.
 

Added Methods
Window destroyActivity(String, boolean) Destroy the activity associated with a particular id.
void dispatchCreate(Bundle) Restore a state that was previously returned by .saveInstanceState.
Bundle saveInstanceState() Retrieve the state of all activities known by the group.
 

Changed Methods
void dispatchDestroy(boolean) Change in signature from void to boolean.
Called by the container activity in its Activity.onDestroy so that LocalActivityManager can perform the corresponding action on the activities it holds.
 

©2008 Google - Code Home - Site Terms of Service - Privacy Policy
Generated by JDiff