am 82a8b363: am 27a63583: API CHANGE: @hide AbsoluteFileBackupHelper

Merge commit '82a8b3632c28d18d58a585160163fbf63d0c9746' into kraken

* commit '82a8b3632c28d18d58a585160163fbf63d0c9746':
  API CHANGE: @hide AbsoluteFileBackupHelper
This commit is contained in:
Christopher Tate
2010-03-30 16:54:39 -07:00
committed by Android Git Automerger
2 changed files with 1 additions and 54 deletions

View File

@@ -26,7 +26,7 @@ import java.io.File;
* Like FileBackupHelper, but takes absolute paths for the files instead of
* subpaths of getFilesDir()
*
* STOPSHIP: document!
* @hide
*/
public class AbsoluteFileBackupHelper extends FileBackupHelperBase implements BackupHelper {
private static final String TAG = "AbsoluteFileBackupHelper";