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

Commit d243eccc authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Remove TODO from API Javadoc."

parents 81161248 566350a9
Loading
Loading
Loading
Loading
+0 −2
Original line number Original line 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.
     * 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
     * In particular, this flag alone will not match APEX files that are staged
     * for activation at next reboot.
     * 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;
    public static final int MATCH_APEX = 0x40000000;


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