Example usage for Java android.app.backup BackupManager fields, constructors, methods, implement or subclass
The text is from its open source code.
BackupManager(Context context) Constructs a BackupManager object through which the application can communicate with the Android backup system. |
void | dataChanged() Notifies the Android backup system that your application wishes to back up new changes to its data. |
void | dataChanged(String packageName) Convenience method for callers who need to indicate that some other package needs a backup pass. |