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.
我正在处理推送通知,在该服务中获取通知单击通知我们生成一个对话框取消并查看取消--->完成()视图----->重定向到选项卡活动。如何调用选项卡子活动以及如何确定活动调用通知?
你可以在你的开始 Intent 中放置一个标志,在你的选项卡 Activity 中,根据该标志切换到子选项卡。