FileDocCategorySizeDatePackage
WidgetBackupProvider.javaAPI DocAndroid 5.1 API1219Thu Mar 12 22:22:10 GMT 2015com.android.server

WidgetBackupProvider

public interface WidgetBackupProvider
Shim to allow core/backup to communicate with the app widget service about various important events without needing to be able to see the implementation of the service.
hide

Fields Summary
Constructors Summary
Methods Summary
public java.util.ListgetWidgetParticipants(int userId)

public byte[]getWidgetState(java.lang.String packageName, int userId)

public voidrestoreFinished(int userId)

public voidrestoreStarting(int userId)

public voidrestoreWidgetState(java.lang.String packageName, byte[] restoredState, int userId)