diff options
Diffstat (limited to 'core/java')
| -rw-r--r-- | core/java/android/app/backup/BackupManager.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/java/android/app/backup/BackupManager.java b/core/java/android/app/backup/BackupManager.java index d445965330da..e7ae32dbcdc0 100644 --- a/core/java/android/app/backup/BackupManager.java +++ b/core/java/android/app/backup/BackupManager.java @@ -255,7 +255,7 @@ public class BackupManager { /** * @deprecated Since Android P app can no longer request restoring of its backup. * - * <p>Restore the calling application from backup. The data will be restored from the + * Restore the calling application from backup. The data will be restored from the * current backup dataset if the application has stored data there, or from * the dataset used during the last full device setup operation if the current * backup dataset has no matching data. If no backup data exists for this application @@ -282,7 +282,7 @@ public class BackupManager { /** * @deprecated Since Android P app can no longer request restoring of its backup. * - * <p>Restore the calling application from backup. The data will be restored from the + * Restore the calling application from backup. The data will be restored from the * current backup dataset if the application has stored data there, or from * the dataset used during the last full device setup operation if the current * backup dataset has no matching data. If no backup data exists for this application |
