From f343d3df0070f2e192da0e9bc4f70f2aa38e179f Mon Sep 17 00:00:00 2001 From: Dirk Dougherty Date: Tue, 8 Feb 2011 11:42:32 -0800 Subject: Doc change: add diff report for API 11 Change-Id: I4cd673d1316e6f7b81ec56510029b738cd12a295 --- .../api_diff/11/changes/android.app.Activity.html | 295 +++++++++++++++++++++ 1 file changed, 295 insertions(+) create mode 100644 docs/html/sdk/api_diff/11/changes/android.app.Activity.html (limited to 'docs/html/sdk/api_diff/11/changes/android.app.Activity.html') diff --git a/docs/html/sdk/api_diff/11/changes/android.app.Activity.html b/docs/html/sdk/api_diff/11/changes/android.app.Activity.html new file mode 100644 index 0000000..24ee0f8 --- /dev/null +++ b/docs/html/sdk/api_diff/11/changes/android.app.Activity.html @@ -0,0 +1,295 @@ + + + + + + + + + +android.app.Activity + + + + + + + + + + +
+
+
+

+Class android.app.Activity +

+

Removed interface android.view.LayoutInflater.Factory.
Added interface android.view.LayoutInflater.Factory2.
+ + +

+ + + + + + + + + + + + +
Removed Methods +
+ + long getInstanceCount() +  
+ + void setPersistent(boolean) +  
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Added Methods +
+ + boolean dispatchKeyShortcutEvent(KeyEvent) +  
+ + void dump(String, FileDescriptor, PrintWriter, String[]) +  
+ + ActionBar getActionBar() +  
+ + FragmentManager getFragmentManager() +  
+ + LoaderManager getLoaderManager() +  
+ + void invalidateOptionsMenu() +  
+ + boolean isChangingConfigurations() +  
+ + void onActionModeFinished(ActionMode) +  
+ + void onActionModeStarted(ActionMode) +  
+ + void onAttachFragment(Fragment) +  
+ + View onCreateView(View, String, Context, AttributeSet) +  
+ + boolean onKeyShortcut(int, KeyEvent) +  
+ + ActionMode onWindowStartingActionMode(Callback) +  
+ + void recreate() +  
+ + void setFinishOnTouchOutside(boolean) +  
+ + ActionMode startActionMode(Callback) +  
+ + void startActivityFromFragment(Fragment, Intent, int) +  
+  +

+ + + + + + + + + + + + + + + + + + + +
Changed Methods +
+ + Cursor managedQuery(Uri, String[], String, String[], String) + +Now deprecated.
+
 
+ + void startManagingCursor(Cursor) + +Now deprecated.
+
 
+ + void stopManagingCursor(Cursor) + +Now deprecated.
+
 
+  + +

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