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.ExpandableListActivity

Removed interface android.view.View.OnPopulateContextMenuListener.
Added interface android.view.View.OnCreateContextMenuListener.

Removed Methods
void onCompleteThaw(Bundle) Ensures the expandable list view has been created before Activity restores all of the view states.
void onPopulateContextMenu(ContextMenu, View, Object) Override this to populate the context menu when an item is long pressed.
 

Added Methods
void onCreateContextMenu(ContextMenu, View, ContextMenuInfo) Override this to populate the context menu when an item is long pressed.
void onRestoreInstanceState(Bundle) Ensures the expandable list view has been created before Activity restores all of the view states.
 

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