diff options
author | Álvaro Brey <alvaro.brv@gmail.com> | 2017-02-25 00:53:22 +0100 |
---|---|---|
committer | davidevinavil <davidevinavil@gmail.com> | 2017-04-07 13:20:21 +0200 |
commit | e7ef94c47efc3456957f39261a71909d3ee324e5 (patch) | |
tree | d389582e36da1da8c70326a031a9edff9f78da5a /rootdir/init.qcom.rc | |
parent | b9d8148262179edca8b624e2993f3f345ea526ca (diff) |
Remove alipay/ifaa packages and permissions
Diffstat (limited to 'rootdir/init.qcom.rc')
-rwxr-xr-x | rootdir/init.qcom.rc | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/rootdir/init.qcom.rc b/rootdir/init.qcom.rc index e2ad207..af0e279 100755 --- a/rootdir/init.qcom.rc +++ b/rootdir/init.qcom.rc @@ -142,7 +142,7 @@ on boot #added touch gesture wake node permission chown system system /sys/devices/virtual/touch/tp_dev/gesture_on chmod 0660 /sys/devices/virtual/touch/tp_dev/gesture_on - + # USB chown system system /sys/module/dwc3/parameters/usb30_disabled chmod 0660 /sys/module/dwc3/parameters/usb30_disabled @@ -1300,9 +1300,3 @@ service seemp_healthd /system/vendor/bin/seemp_healthd class late_start user system group system - -#IFAA service -service ifaad /system/bin/ifaad - class late_start - user system - group system |