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

Commit c14f832a authored by Mathew Inwood's avatar Mathew Inwood
Browse files

Fix comment typos in ApplicationInfo.

@linl -> @link

Test: N/A
Change-Id: I6f295101e4d3e8c4b7596e74197e4ea39bbf6e2b
parent 757fb482
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -590,21 +590,21 @@ public class ApplicationInfo extends PackageItemInfo implements Parcelable {
    public static final int PRIVATE_FLAG_VIRTUAL_PRELOAD = 1 << 16;

    /**
     * Value for {@linl #privateFlags}: whether this app is pre-installed on the
     * Value for {@link #privateFlags}: whether this app is pre-installed on the
     * OEM partition of the system image.
     * @hide
     */
    public static final int PRIVATE_FLAG_OEM = 1 << 17;

    /**
     * Value for {@linl #privateFlags}: whether this app is pre-installed on the
     * Value for {@link #privateFlags}: whether this app is pre-installed on the
     * vendor partition of the system image.
     * @hide
     */
    public static final int PRIVATE_FLAG_VENDOR = 1 << 18;

    /**
     * Value for {@linl #privateFlags}: whether this app is pre-installed on the
     * Value for {@link #privateFlags}: whether this app is pre-installed on the
     * product partition of the system image.
     * @hide
     */