From 372be7e799827848d620f18ad3e14aebc96a1882 Mon Sep 17 00:00:00 2001 From: chiteroman Date: Sat, 17 Aug 2024 23:35:31 +0200 Subject: [PATCH] Don't remove TS when installing PIF --- module/customize.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/module/customize.sh b/module/customize.sh index 8e69188..c79392a 100644 --- a/module/customize.sh +++ b/module/customize.sh @@ -20,10 +20,10 @@ if [ -d "/data/adb/modules/MagiskHidePropsConf" ]; then ui_print "! WARNING, MagiskHidePropsConf module may cause issues with PIF." fi -# tricky_store must be removed when flashing PIF +# If TrickyStore module is installed, PIF won't spoof Provider if [ -d "/data/adb/modules/tricky_store" ]; then - touch "/data/adb/modules/tricky_store/remove" - ui_print "! tricky_store module removed!" + ui_print "- TrickyStore module detected!" + ui_print "- PIF will disable Provider spoofing." fi # Check custom fingerprint