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.
stopSelfサービスが(サービス内から)動作を終了すると実行しますが、そのonDestroy()直後に破棄されません(ログ出力の使用を参照)。startService新しいサービスを開始する代わりに、既存の(停止した)サービスを使用するリード。サービスを停止した直後にサービスを強制的に破棄するにはどうすればよいですか?
stopSelf
onDestroy()
startService