一直想实现一个这样的功能,点击 notification 回到程序最近一次打开的界面,就跟在手机桌面点击程序图标一样。
要实现这样的功能的话,需要 build 一个返回 application 的 intent ,但常见的 intent 是打开某个 activity 或者是打开某个意图( share , browser, etc...),请问一下有没有一个 intent 能够返回 application 的吗?
要实现这样的功能的话,需要 build 一个返回 application 的 intent ,但常见的 intent 是打开某个 activity 或者是打开某个意图( share , browser, etc...),请问一下有没有一个 intent 能够返回 application 的吗?