您的位置:首页 > 移动开发 > Android开发

如何关闭android的一个service

2016-04-13 17:26 531 查看
如何停止一个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]
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: