【发布时间】:2019-08-19 12:17:49
【问题描述】:
在我的应用程序中,我可以选择捕获屏幕截图并将其保存在自定义目录下方(例如 /storage/emulated/0/MyApp/screenshots/image.jpeg)。
所以,我想应用Pending Intent,用户可以点击通知,屏幕截图将在某些默认查看器上打开......
问题是:如何配置待定意图,以便用户单击通知图像后将在某些默认查看器中打开?
例如:我有一部 Pixel 手机,有截图的选项,截图准备好后我可以点击打开图片...
【问题讨论】:
标签: android push-notification notifications android-notifications