summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorChristopher Tate <ctate@google.com>2011-08-29 18:11:38 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-08-29 18:11:38 -0700
commit376562143436353bbd745d3cce413f649a09dda8 (patch)
treedbc0997ad3db16942e68b0f0d1243a1987e92ecc /core
parentf99360bf8f8bd3bd9dfd91fa0e91384eaaeebc89 (diff)
parent78be158ce4b95fa537c6cb60a55dbc9161e53ef1 (diff)
downloadframeworks_base-376562143436353bbd745d3cce413f649a09dda8.zip
frameworks_base-376562143436353bbd745d3cce413f649a09dda8.tar.gz
frameworks_base-376562143436353bbd745d3cce413f649a09dda8.tar.bz2
Merge "Un-hide the new BackupAgent.onFullBackup() API"
Diffstat (limited to 'core')
-rw-r--r--core/java/android/app/backup/BackupAgent.java3
1 files changed, 0 insertions, 3 deletions
diff --git a/core/java/android/app/backup/BackupAgent.java b/core/java/android/app/backup/BackupAgent.java
index 58ea0c3..9542874 100644
--- a/core/java/android/app/backup/BackupAgent.java
+++ b/core/java/android/app/backup/BackupAgent.java
@@ -255,10 +255,7 @@ public abstract class BackupAgent extends ContextWrapper {
* will be delivered to the backup destination along with the metadata necessary
* to place it with the proper location and permissions on the device where the
* data is restored.
- * @hide
*
- * @param context The BackupAgent that is calling this method. It is an error to
- * call it from something other than a running BackupAgent instance.
* @param file The file to be backed up. The file must exist and be readable by
* the caller.
* @param output The destination to which the backed-up file data will be sent.