Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5d049e54 authored by Bernardo Rufino's avatar Bernardo Rufino
Browse files

Update BM.requestRestore() docs format

Put <p> to separate deprecation block from rest of method (check
https://developer.android.com/reference/android/app/backup/BackupManager)
to see wrong format.

Bug: 29255593
Test: Builds
Change-Id: I1677aacfe51394f5a51ed39f78f52ed4843abf83
parent 597418d0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -255,7 +255,7 @@ public class BackupManager {
    /**
     * @deprecated Since Android P app can no longer request restoring of its backup.
     *
     * Restore the calling application from backup.  The data will be restored from the
     * <p>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.
     *
     * Restore the calling application from backup.  The data will be restored from the
     * <p>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