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.
重複の可能性: 保留中の意図とは?
私は意図と保留中の意図について混乱しています。 両者の違いを正確に説明できる人はいますか?私はSOで検索しましたが、このリンクを見つけましたが、私の必要性を満たしていませんでした: -意図。
保留中のインテントは、後で開始されるインテントであることを知っています。startActivity(intent)通常のインテントは、 orに渡された時点で開始されStartService(intent)ます。
startActivity(intent)
StartService(intent)