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

Commit 77aa98c8 authored by JW Wang's avatar JW Wang
Browse files

Implement ROLLBACK_DATA_POLICY_RETAIN

The current code has handled the retain policy
correctly. All we need is fix the comment.

Bug: 194981157
Test: CTS will be added
Change-Id: Ie234d2ba7f0c3e592ba4d0e0935b8f7eeb6f30d2
parent 2a9a26c5
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -1077,8 +1077,7 @@ public abstract class PackageManager {
    public static final int ROLLBACK_DATA_POLICY_WIPE = 1;

    /**
     * User data won't be backed up during install and won't be restored during rollback.
     * TODO: Not implemented yet.
     * User data won't be backed up during install and will remain unchanged during rollback.
     *
     * @hide
     */