From 19dcd2aeba184f81b140b4fbc692bdd80a51299e Mon Sep 17 00:00:00 2001 From: Kenny Root Date: Wed, 13 Oct 2010 12:37:18 -0700 Subject: OBB: Change documentation to reflect reality We can't reliably detect when the key for an OBB is incorrect, so just remove the mention in the documentation. It still returns an error, but just not the most specific error. Bug: 3091064 Change-Id: I70e506822f2178a0ac5e4617fe545b23ce0026f4 --- core/java/android/os/storage/OnObbStateChangeListener.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'core/java/android') diff --git a/core/java/android/os/storage/OnObbStateChangeListener.java b/core/java/android/os/storage/OnObbStateChangeListener.java index 950195b3b6f6..1fb178262d01 100644 --- a/core/java/android/os/storage/OnObbStateChangeListener.java +++ b/core/java/android/os/storage/OnObbStateChangeListener.java @@ -67,9 +67,9 @@ public abstract class OnObbStateChangeListener { public static final int ERROR_ALREADY_MOUNTED = 24; /** - * The current application does not have permission to use this OBB because - * the OBB indicates it's owned by a different package or the key used to - * open it is incorrect. Returned in status messages from calls made via + * The current application does not have permission to use this OBB. This + * could be because the OBB indicates it's owned by a different package or + * some other error. Returned in status messages from calls made via * {@link StorageManager} */ public static final int ERROR_PERMISSION_DENIED = 25; -- cgit v1.2.3