FileDocCategorySizeDatePackage
IObbBackupService.javaAPI DocAndroid 5.1 API6022Sat Mar 14 05:48:08 GMT 2015com.android.internal.backup

IObbBackupService

public interface IObbBackupService implements android.os.IInterface
Interface for the Backup Manager Service to communicate with a helper service that handles local (whole-file) backup & restore of OBB content on behalf of applications. This can't be done within the Backup Manager Service itself because of the restrictions on system-user access to external storage, and can't be left to the apps because even apps that do not have permission to access external storage in the usual way can still use OBBs. {@hide}

Fields Summary
Constructors Summary
Methods Summary
public voidbackupObbs(java.lang.String packageName, android.os.ParcelFileDescriptor data, int token, android.app.backup.IBackupManager callbackBinder)

public voidrestoreObbFile(java.lang.String pkgName, android.os.ParcelFileDescriptor data, long fileSize, int type, java.lang.String path, long mode, long mtime, int token, android.app.backup.IBackupManager callbackBinder)