You've already forked PlayIntegrityFork
mirror of
https://github.com/osm0sis/PlayIntegrityFork.git
synced 2025-09-06 06:37:06 +00:00
Only show dialog auto-close message on Magisk where it's needed
This commit is contained in:
@@ -7,5 +7,9 @@ unset ASH_STANDALONE
|
|||||||
sh $MODPATH/autopif.sh || exit 1
|
sh $MODPATH/autopif.sh || exit 1
|
||||||
|
|
||||||
echo -e "\nDone!"
|
echo -e "\nDone!"
|
||||||
echo -e "\nClosing dialog in 20 seconds ..."
|
|
||||||
sleep 20
|
# warn since Magisk's implementation automatically closes if successful
|
||||||
|
if [ "$KSU" != "true" -a "$APATCH" != "true" ]; then
|
||||||
|
echo -e "\nClosing dialog in 20 seconds ..."
|
||||||
|
sleep 20
|
||||||
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user