From c9469185dff79ecd1ea555fd95737045c9834796 Mon Sep 17 00:00:00 2001 From: Dirk Dougherty Date: Mon, 12 Nov 2012 20:00:46 -0800 Subject: Doc change. Add diff report for API level 17. Change-Id: I90bb4ec37cd9556aa710778aa842d114e6906d53 --- .../17/changes/android.content.ContextWrapper.html | 171 +++++++++++++++++++++ 1 file changed, 171 insertions(+) create mode 100644 docs/html/sdk/api_diff/17/changes/android.content.ContextWrapper.html (limited to 'docs/html/sdk/api_diff/17/changes/android.content.ContextWrapper.html') diff --git a/docs/html/sdk/api_diff/17/changes/android.content.ContextWrapper.html b/docs/html/sdk/api_diff/17/changes/android.content.ContextWrapper.html new file mode 100644 index 0000000..e96cfe9 --- /dev/null +++ b/docs/html/sdk/api_diff/17/changes/android.content.ContextWrapper.html @@ -0,0 +1,171 @@ + + + + + + + + + +android.content.ContextWrapper + + + + + + + + + + +
+
+
+

+Class android.content.ContextWrapper +

+ + +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Added Methods +
+ + Context createConfigurationContext(Configuration) +  
+ + Context createDisplayContext(Display) +  
+ + void removeStickyBroadcastAsUser(Intent, UserHandle) +  
+ + void sendBroadcastAsUser(Intent, UserHandle) +  
+ + void sendBroadcastAsUser(Intent, UserHandle, String) +  
+ + void sendOrderedBroadcastAsUser(Intent, UserHandle, String, BroadcastReceiver, Handler, int, String, Bundle) +  
+ + void sendStickyBroadcastAsUser(Intent, UserHandle) +  
+ + void sendStickyOrderedBroadcastAsUser(Intent, UserHandle, BroadcastReceiver, Handler, int, String, Bundle) +  
+  + +

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