5 lines
133 B
Bash
Executable File
5 lines
133 B
Bash
Executable File
#!/system/bin/sh
|
|
|
|
if getprop ro.vendor.build.fingerprint | grep -iq -e S22FLIP; then
|
|
setprop ro.vendor.gsi.image_running false
|
|
fi |