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

Commit a1f11fc3 authored by Ivan Chiang's avatar Ivan Chiang
Browse files

[PM] Fix the format for the javadoc

Flag: EXEMPT update javadoc
Test: m
Bug: 396434984
Change-Id: Ia934c8404d2730c8dddfb77cea7093941f2a6dc6
parent 80140d56
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2038,7 +2038,7 @@ public abstract class PackageManager {
    public static final int INSTALL_SCENARIO_DEFAULT = 0;

    /**
     * Installation scenario providing the fastest install button to launch" experience possible.
     * Installation scenario providing the fastest "install button to launch" experience possible.
     */
    public static final int INSTALL_SCENARIO_FAST = 1;

@@ -3585,7 +3585,7 @@ public abstract class PackageManager {

    /**
     * Feature for {@link #getSystemAvailableFeatures} and {@link #hasSystemFeature}: The device is
     * compatible with Androids security model.
     * compatible with Android's security model.
     *
     * <p>See sections 2 and 9 in the
     * <a href="https://source.android.com/compatibility/android-cdd">Android CDD</a> for more