Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私のサービスでは、私が試しstopService()たアクティビティからこの無限ループを停止する方法を無限ループで実行していますが、サービスを強制終了していません。私のループは次のとおりです...
stopService()
while(i>=1) { i++; }
私の質問は、この無限ループ サービスを停止する方法です。
使ってみてください
stopService(new Intent(ServiceTest.this,ServiceName.class));