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()
私の知る限り、これIntentは決して配信されませんService。
Intent
Service
の代わりにstopService()、 を使用startService()してエクストラを渡し、サービスに を呼び出す何かを含めることができますstopSelf()。これにより、追加のデータを同時に呼び出しstopService() て提供するという最終的な効果が得られます。
startService()
stopSelf()