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.
当我单击打开一个新活动的按钮时,将调用 onStop() 方法。当 Junit 单击同一个按钮时,不会调用该方法。
有什么不同?每当显示新意图时,我可以强制我的应用程序执行 onStop() 方法吗?
非常感谢!