문제

My app runs on rooted devices. I need to close another app when my app runs. How can I do that?

도움이 되었습니까?

해결책

Run am force-stop com.other.app.package in a shell. I'm not even convinced you have to have root for that to work.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top