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

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

Merge "Automatically allowlist carui RRO packages."

parents 6428f808 df0f283b
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -418,6 +418,8 @@ class UserSystemPackageInstaller {
    @VisibleForTesting
    static boolean hasAutoGeneratedRROSuffix(String name) {
        return name.endsWith(".auto_generated_rro_product__")
                // TODO(b/172956245): temporary workaround until OEMs can customize name
                || name.endsWith("carui.rro") || name.endsWith("carui.overlayable.rro")
                || name.endsWith(".auto_generated_rro_vendor__");
    }