summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Mike Lockwood <lockwood@android.com> 2011-06-07 11:25:27 -0700
committer Android (Google) Code Review <android-gerrit@google.com> 2011-06-07 11:25:27 -0700
commita8be99f8ae4e5deef9fa4b96312304480807b6b9 (patch)
treed2557e4fbb737cadc05341a27ec27d6842ae4202
parent16affed50e85b0569935fda20b6ec42742436e32 (diff)
parent7e4db3767b1338dd9f2c09a3f6453abd656c977f (diff)
Merge "Add comment for deprecation of Intent.ACTION_UMS_CONNECTED and ACTION_UMS_DISCONNECTED"
-rw-r--r--core/java/android/content/Intent.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/java/android/content/Intent.java b/core/java/android/content/Intent.java
index 18371dabccef..a43c92f16cc8 100644
--- a/core/java/android/content/Intent.java
+++ b/core/java/android/content/Intent.java
@@ -1654,7 +1654,7 @@ public class Intent implements Parcelable, Cloneable {
* This is used mainly for the USB Settings panel.
* Apps should listen for ACTION_MEDIA_MOUNTED and ACTION_MEDIA_UNMOUNTED broadcasts to be notified
* when the SD card file system is mounted or unmounted
- * @deprecated
+ * @deprecated replaced by android.os.storage.StorageEventListener
*/
@Deprecated
public static final String ACTION_UMS_CONNECTED = "android.intent.action.UMS_CONNECTED";
@@ -1664,7 +1664,7 @@ public class Intent implements Parcelable, Cloneable {
* This is used mainly for the USB Settings panel.
* Apps should listen for ACTION_MEDIA_MOUNTED and ACTION_MEDIA_UNMOUNTED broadcasts to be notified
* when the SD card file system is mounted or unmounted
- * @deprecated
+ * @deprecated replaced by android.os.storage.StorageEventListener
*/
@Deprecated
public static final String ACTION_UMS_DISCONNECTED = "android.intent.action.UMS_DISCONNECTED";