public interface WidgetBackupProvider
Modifier and Type | Method and Description |
---|---|
List<String> |
getWidgetParticipants(int userId) |
byte[] |
getWidgetState(String packageName,
int userId) |
void |
restoreFinished(int userId) |
void |
restoreStarting(int userId) |
void |
restoreWidgetState(String packageName,
byte[] restoredState,
int userId) |