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.
私のアプリには、メイン アクティビティとサービスの 2 つのコンポーネントがあります。最初のインスタンスでは、サービスを構築しstartService(Intent)、デバイスのタスク マネージャーで確認できる場合は呼び出します (1 プロセス 1 サービス) が、サービス間の双方向通信が必要です。そして私の活動。
startService(Intent)
を使用する必要がbindService(service, conn, flags)あり、通信は期待どおりに機能しますが、タスク マネージャーでプロセスを確認できます。
bindService(service, conn, flags)