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>
This commit is contained in:
andr68rus
2018-12-10 22:13:32 +05:30
committed by ronaxdevil
parent 290696e1e5
commit d598491ffa
10 changed files with 182 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
#!/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