From 34966f58a008602b2a90ba6712db2ff39af0bdfc Mon Sep 17 00:00:00 2001 From: osm0sis Date: Tue, 27 Feb 2024 13:34:14 -0400 Subject: [PATCH] Don't hide CertifiedPropsOverlay config.xml by default to not break GSIs - GSIs and possibly other ROMs use /system_ext/overlay/config/config.xml with overlay package names and options - replacing/hiding either CertifiedPropsOverlay.apk or config.xml alone causes bootloops --- module/example.app_replace.list | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module/example.app_replace.list b/module/example.app_replace.list index abcd605..ad02422 100644 --- a/module/example.app_replace.list +++ b/module/example.app_replace.list @@ -18,5 +18,5 @@ /system_ext/app/PifPrebuilt # PixelOS -/system_ext/overlay/CertifiedPropsOverlay.apk -/system_ext/overlay/config/config.xml +#/system_ext/overlay/CertifiedPropsOverlay.apk +#/system_ext/overlay/config/config.xml