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

Commit a8a81ecf authored by Andrew Sapperstein's avatar Andrew Sapperstein Committed by Android (Google) Code Review
Browse files

Merge "Revert "Hide system apps until installed (2/2)"" into pi-dev

parents 25bb1447 079d4ec7
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -310,8 +310,7 @@ public class UiccCarrierPrivilegeRules extends Handler {
            // gained carrier privileges (as an indication that a matching SIM has been inserted).
            PackageInfo pInfo = packageManager.getPackageInfo(packageName,
                    PackageManager.GET_SIGNATURES
                            | PackageManager.MATCH_DISABLED_UNTIL_USED_COMPONENTS
                            | PackageManager.MATCH_HIDDEN_UNTIL_INSTALLED_COMPONENTS);
                            | PackageManager.MATCH_DISABLED_UNTIL_USED_COMPONENTS);
            return getCarrierPrivilegeStatus(pInfo);
        } catch (PackageManager.NameNotFoundException ex) {
            log("Package " + packageName + " not found for carrier privilege status check");
+162 −190

File changed.

Preview size limit exceeded, changes collapsed.