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