2023-11-23 16:29:51 -05:00

5 lines
109 B
Bash
Executable File

#!/system/bin/sh
if getprop ro.vendor.build.fingerprint | grep -iq -e S22FLIP; then
touch /mnt/banana
fi