diff options
author | Steven Lay <arbiter1000@gmail.com> | 2017-06-25 14:41:52 +0000 |
---|---|---|
committer | Steven Lay <arbiter1000@gmail.com> | 2017-06-29 03:02:24 +0000 |
commit | bd84deba8d594f68c25b9c4f5ab6c9dd307dd86f (patch) | |
tree | 933d3b4c0fc3038770c6e19cc30b61f2cacb5df4 /rootdir | |
parent | 4f360680167e8cf184a34e8298ab27fe5056d2c6 (diff) |
shinano-common: remove scdnotifier_nitz service
Seems obsolete now, time syncing works fine without it.
Change-Id: I76b4e44d05c66b059497a17e1776e2255bb00549
Diffstat (limited to 'rootdir')
-rw-r--r-- | rootdir/init.qcom.rc | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/rootdir/init.qcom.rc b/rootdir/init.qcom.rc index e9d5e74..ac00df9 100644 --- a/rootdir/init.qcom.rc +++ b/rootdir/init.qcom.rc @@ -470,16 +470,6 @@ service loc_launcher /system/bin/loc_launcher class late_start group gps inet net_raw qcom_diag net_admin wifi -service scdnotifier_nitz /system/bin/scdnotifier nitz - class main - user system - group system - oneshot - disabled - -on property:gsm.nitz.time=* - start scdnotifier_nitz - # Start suntrold service suntrold /system/bin/suntrold user system |