FileDocCategorySizeDatePackage
ObbBackupService.javaAPI DocAndroid 5.1 API5895Thu Mar 12 22:22:42 GMT 2015com.android.sharedstoragebackup

ObbBackupService

public class ObbBackupService extends android.app.Service
Service that the Backup Manager Services delegates OBB backup/restore operations to, because those require accessing external storage. {@hide}

Fields Summary
static final String
TAG
static final boolean
DEBUG
com.android.internal.backup.IObbBackupService
mService
IObbBackupService interface implementation
Constructors Summary
Methods Summary
public android.os.IBinderonBind(android.content.Intent intent)


    
        
        return mService.asBinder();