IObbBackupServicepublic interface IObbBackupService implements android.os.IInterfaceInterface 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} |
Methods Summary |
---|
public void | backupObbs(java.lang.String packageName, android.os.ParcelFileDescriptor data, int token, android.app.backup.IBackupManager callbackBinder)
| public void | restoreObbFile(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)
|
|