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.
ユーザーがアプリの外部でサービスを破棄するにはどうすればよいですか。メインアクティビティで「戻る」ボタンが無効になっているため、ユーザーが「終了」できないアプリを作成しましたが、サービス通知を削除できなくなりました(最終的には表示されたときに条件がありますが、現在はありません) !!アプリがそのようにバックグラウンドにあるときにAndroidがメモリを管理することは知っていますが、本当にそのサービスを閉じたい場合、これはどのように行われますか?
Bindservice を使用できます。サービスは Bindservice として停止されます。