mirror of
https://github.com/chiteroman/PlayIntegrityFix.git
synced 2025-01-19 02:52:20 +08:00
Don't remove TS when installing PIF
This commit is contained in:
parent
f042c27e25
commit
372be7e799
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user