我在WebView中播放视频.
如果要避免内存泄漏,则必须使用ApplicationContext(与Activity上下文相对)来实例化WebView(refer to this)
如果我传入ApplicationContext并且WebView内部的VideoView需要创建一个对话框(通常是“无法播放此视频”),我会收到BadTokenException(refer to this)
我们是否期望在内存泄漏或潜在的ANR之间做出决定?
如果要避免内存泄漏,则必须使用ApplicationContext(与Activity上下文相对)来实例化WebView(refer to this)
如果我传入ApplicationContext并且WebView内部的VideoView需要创建一个对话框(通常是“无法播放此视频”),我会收到BadTokenException(refer to this)
我们是否期望在内存泄漏或潜在的ANR之间做出决定?