如何关闭android的一个service

来源:互联网 发布:淘宝直通车图片大小 编辑:程序博客网 时间:2024/05/18 15:04
如何停止一个service:

                     adb shell
                     getprop |grep svc
                     看到  [init.svc.thermal-engine]: [running]
                     [init.svc.thermalatd]: [stopped]
                     root@ASUS_Z00W_63:/ # stop thermal-engine 
                     [init.svc.thermal-engine]: [stopped]
                     [init.svc.thermalatd]: [stopped]
0 0