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.
IntentService 内に記述された待機通知コードがいくつかあります。このサービスを外部から中断したいのですが、IntentService の参照を Thread として取得し、interrupt() を呼び出す方法がわかりません。