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.
ダウンロードをActivity開始してバインドする がありますService。
Activity
Service
で呼び出しstopSelf()た場合Service、 ではonServiceDisconnected()呼び出されActivityません。
stopSelf()
onServiceDisconnected()
Serviceが停止すると、バインドされたすべてのアクティビティがバインド解除されるため、呼び出されることを期待しています。
私は何が欠けていますか?