File
Doc
Category
Size
Date
Package
ObbBackupService.java
API Doc
Android 5.1 API
5895
Thu Mar 12 22:22:42 GMT 2015
com.android.sharedstoragebackup
ObbBackupService
java.lang.Object
android.app.Service
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.IBinder
onBind
(
android.content.Intent
intent)
return mService.asBinder();
Java Code Source