开发者

Intercept popup notifications android

Is an API availa开发者_Python百科ble in android that would allow the interception/cancelling/redirecting of pop-up modal notifications?

Thanks for any help.


Short answer. No. You only have control over the modal dialog boxes that are generated within your own application.


you could try overriding the activitys onPrepareDialog, which passes in the dialog, then use dialog.dismiss() or dialog.cancel() to cancel it.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜