crwebview
crwebview copied to clipboard
getImportantForContentCapture added in api30
getImportantForContentCapture()这个方法是api30 才有的,安卓11之前的设备无法运行,构造函数中的getImportantForContentCaptur()会导致低版本设备创建webview找不到方法而崩溃,需要增加版本判断
这个我下个版本 修复