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.
Android中是否有任何方法可以在当前活动上启动活动而不是到任务的顶部。
例如,我们有活动 A -> B -> C,在 B 中我们开始新的活动 D。 我们可以得到订单 A -> B -> D -> C 吗?
谢谢!