summaryrefslogtreecommitdiffstats
path: root/native
diff options
context:
space:
mode:
authorKenny Root <kroot@google.com>2010-10-13 12:37:18 -0700
committerKenny Root <kroot@google.com>2010-10-13 12:37:18 -0700
commit19dcd2aeba184f81b140b4fbc692bdd80a51299e (patch)
treeabadf161e0f2bbdb69ddf1d82d1c5089e7bfa6c1 /native
parentdfc07279fc6205c38f5f39cb5ba4f0aef6b593a4 (diff)
downloadframeworks_base-19dcd2aeba184f81b140b4fbc692bdd80a51299e.zip
frameworks_base-19dcd2aeba184f81b140b4fbc692bdd80a51299e.tar.gz
frameworks_base-19dcd2aeba184f81b140b4fbc692bdd80a51299e.tar.bz2
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
Diffstat (limited to 'native')
-rw-r--r--native/include/android/storage_manager.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/native/include/android/storage_manager.h b/native/include/android/storage_manager.h
index c202693..bad2491 100644
--- a/native/include/android/storage_manager.h
+++ b/native/include/android/storage_manager.h
@@ -74,10 +74,10 @@ enum {
AOBB_STATE_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. Can be returned as the status for
- * callbacks made during asynchronous OBB actions.
+ * 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. Can be returned as the status for callbacks made during
+ * asynchronous OBB actions.
*/
AOBB_STATE_ERROR_PERMISSION_DENIED = 25,
};