Loading core/java/android/content/pm/PackageManager.java +0 −2 Original line number Original line Diff line number Diff line Loading @@ -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; Loading services/core/java/com/android/server/pm/PackageManagerService.java +2 −0 Original line number Original line Diff line number Diff line Loading @@ -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) { Loading
core/java/android/content/pm/PackageManager.java +0 −2 Original line number Original line Diff line number Diff line Loading @@ -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; Loading
services/core/java/com/android/server/pm/PackageManagerService.java +2 −0 Original line number Original line Diff line number Diff line Loading @@ -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) {