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内部活动产生的意图?我需要得到活动产生的所有意图并断言他们的数据谢谢
一个活动只能有一个意图
getIntent()您可以使用方法获得该意图
getIntent()
谢谢迪帕克
使用此代码
Intent intent=context.getIntent();