Co-authored-by: Anushek Prasal <anushekprasal@gmail.com> Co-authored-by: ronaxdevil <pratabidya.007@gmail.com> Signed-off-by: ronaxdevil <pratabidya.007@gmail.com>
7 lines
172 B
Bash
7 lines
172 B
Bash
#!/system/bin/sh
|
|
|
|
# If there is not a persist value, we need to set one
|
|
if [ ! -f /data/property/persist.spectrum.profile ]; then
|
|
setprop persist.spectrum.profile 0
|
|
fi
|