Java android.app.backup BackupManager fields, constructors, methods, implement or subclass

Example usage for Java android.app.backup BackupManager fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.app.backup BackupManager.

The text is from its open source code.

Constructor

BackupManager(Context context)
Constructs a BackupManager object through which the application can communicate with the Android backup system.

Method

voiddataChanged()
Notifies the Android backup system that your application wishes to back up new changes to its data.
voiddataChanged(String packageName)
Convenience method for callers who need to indicate that some other package needs a backup pass.