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.
ActivityTestCaseのアクティビティ内で生成された意図を監視する方法は?私は活動によって生み出されたすべての意図を取得し、それらのデータを主張する必要がありますありがとう
アクティビティは1つのインテントしか持つことができません
getIntent()メソッドを使用してその意図を得ることができます
getIntent()
ありがとうDeepak
このコードを使用する
Intent intent=context.getIntent();