From 1ccac75e1f1b97eccb916a8de04fc1012b30f6e5 Mon Sep 17 00:00:00 2001 From: Suchi Amalapurapu Date: Fri, 12 Jun 2009 10:09:58 -0700 Subject: Remove circular dependency in PackageManager. api freeStorage uses PendingIntent from android.app Create a new public IntentSender class that can be used by PackageManager instead. This new class uses IIntentSender internally and can only be created by PendingIntent for now. Provide a new getIntentSender api in PendingIntent to create an instance of this class. Move IIntentSender and IIntentReceiver from android.app to android.content Change imports of IIntentSender and IIntentReceiver to reflect the new package name The PackageManager api has been named as freeStorageWithIntent and will be renamed as freeStorage once the older api(which has been deprecated) will be removed shortly. --- api/current.xml | 259 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 259 insertions(+) (limited to 'api') diff --git a/api/current.xml b/api/current.xml index f375257..2128e5b 100644 --- a/api/current.xml +++ b/api/current.xml @@ -22948,6 +22948,17 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +