This repository has been archived on 2025-09-03. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
andr68rus d598491ffa sanders: Add spectrum support
Co-authored-by: Anushek Prasal <anushekprasal@gmail.com>
Co-authored-by: ronaxdevil <pratabidya.007@gmail.com>
Signed-off-by: ronaxdevil <pratabidya.007@gmail.com>
2019-06-29 15:47:04 +02:00

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