mirror of
https://github.com/chiteroman/PlayIntegrityFix.git
synced 2025-01-18 19:12:38 +02: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."
|
ui_print "! WARNING, MagiskHidePropsConf module may cause issues with PIF."
|
||||||
fi
|
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
|
if [ -d "/data/adb/modules/tricky_store" ]; then
|
||||||
touch "/data/adb/modules/tricky_store/remove"
|
ui_print "- TrickyStore module detected!"
|
||||||
ui_print "! tricky_store module removed!"
|
ui_print "- PIF will disable Provider spoofing."
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Check custom fingerprint
|
# Check custom fingerprint
|
||||||
|
Loading…
Reference in New Issue
Block a user