Try again

This commit is contained in:
Nehemiah of Zebulun 2023-11-23 16:29:51 -05:00
parent 1f1bf0b8ee
commit 2b5d1debf3

View File

@ -1,5 +1,5 @@
#!/system/bin/sh #!/system/bin/sh
if getprop ro.vendor.build.fingerprint | grep -iq -e S22FLIP; then if getprop ro.vendor.build.fingerprint | grep -iq -e S22FLIP; then
setprop ro.vendor.gsi.image_running false touch /mnt/banana
fi fi