Fields Summary |
---|
public static final int | MOUNTEDThe OBB container is now mounted and ready for use. Returned in status
messages from calls made via {@link StorageManager} |
public static final int | UNMOUNTEDThe OBB container is now unmounted and not usable. Returned in status
messages from calls made via {@link StorageManager} |
public static final int | ERROR_INTERNALThere was an internal system error encountered while trying to mount the
OBB. Returned in status messages from calls made via
{@link StorageManager} |
public static final int | ERROR_COULD_NOT_MOUNTThe OBB could not be mounted by the system. Returned in status messages
from calls made via {@link StorageManager} |
public static final int | ERROR_COULD_NOT_UNMOUNTThe OBB could not be unmounted. This most likely indicates that a file is
in use on the OBB. Returned in status messages from calls made via
{@link StorageManager} |
public static final int | ERROR_NOT_MOUNTEDA call was made to unmount the OBB when it was not mounted. Returned in
status messages from calls made via {@link StorageManager} |
public static final int | ERROR_ALREADY_MOUNTEDThe OBB has already been mounted. Returned in status messages from calls
made via {@link StorageManager} |
public static final int | ERROR_PERMISSION_DENIEDThe 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} |