在发送PendingIntent后,如何关闭由PendingIntent启动的活动?有没有我可以实现的回调,如果有,如何实现?
这假设我无法控制PendingIntent启动的活动(即Gmail应用程序)。
发布于 2014-01-19 03:46:55
您想在发送PendingIntent后关闭Activity吗?如果是这样,那么在发送PendingIntent add finish();之后,这将关闭Activity。
https://stackoverflow.com/questions/21206577
复制相似问题