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

Commit 566350a9 authored by Dario Freni's avatar Dario Freni
Browse files

Remove TODO from API Javadoc.

Test: N/A
Change-Id: If14a5fea300192390e8f4f04ec5ccbf39a0d8a53
Fix: 123661629
parent 39e2a439
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -552,8 +552,6 @@ public abstract class PackageManager {
     * currently active, i.e. mounted and available to other processes of the OS.
     * In particular, this flag alone will not match APEX files that are staged
     * for activation at next reboot.
     * TODO(b/119767311): include uninstalled/inactive APEX if
     *                    MATCH_UNINSTALLED_PACKAGES is set.
     */
    public static final int MATCH_APEX = 0x40000000;

+2 −0
Original line number Diff line number Diff line
@@ -7889,6 +7889,8 @@ public class PackageManagerService extends IPackageManager.Stub
                }
            }
            if (listApex) {
                // TODO(b/119767311): include uninstalled/inactive APEX if
                //  MATCH_UNINSTALLED_PACKAGES is set.
                final IApexService apex = IApexService.Stub.asInterface(
                        ServiceManager.getService("apexservice"));
                if (apex != null) {