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

Commit 59af7a82 authored by Rubin Xu's avatar Rubin Xu
Browse files

Update SystemUpdatePolicy wording

Make supporting security patch behaviour optional

Bug: 37266712
Test: make -j32 docs
Change-Id: Ied73b386396169d83bd152fcb882926f3222b599
parent 5a421ad0
Loading
Loading
Loading
Loading
+6 −5
Original line number Original line Diff line number Diff line
@@ -71,11 +71,12 @@ public class SystemUpdatePolicy implements Parcelable {
    public static final int TYPE_INSTALL_WINDOWED = 2;
    public static final int TYPE_INSTALL_WINDOWED = 2;


    /**
    /**
     * Incoming system updates (except for security updates) will be blocked for 30 days, after
     * Incoming system updates (except for security updates) will be blocked for a maximum of 30
     * which the policy will no longer be effective and the system will revert back to its normal
     * days, after which the policy will no longer be effective and the system will revert back to
     * behavior as if no policy were set.
     * its normal behavior as if no policy were set.
     * <b>Note:</b> security updates (e.g. monthly security patches) will <i>not</i> be affected by
     *
     * this policy.
     * <p><b>Note:</b> security updates (e.g. monthly security patches) may <i>not</i> be affected
     * by this policy, depending on the policy set by the device manufacturer and carrier.
     *
     *
     * <p>After this policy expires, resetting it to any policy other than
     * <p>After this policy expires, resetting it to any policy other than
     * {@link #TYPE_INSTALL_AUTOMATIC} will produce no effect, as the 30-day maximum delay has
     * {@link #TYPE_INSTALL_AUTOMATIC} will produce no effect, as the 30-day maximum delay has