app 上架 Vivo 失败 提示 Chromium 读取剪贴板内容 有了解的大佬吗? 我司 APP 打开使用的 WebView 加载的本地 html 和链接服务器 html 展示隐私政策的. 现在 Vivo 抓到以下代码,这个有办法屏蔽吗? 最近上架 Vivo 是真的烦心,其它平台都行了,Vivo 已经连续失败 N 次了... ``` java.lang.Exception at android.content.ClipData.getItemAt(Native Method) at org.chromium.ui.base.EventForwarder.d(chromium-TrichromeWebViewGoogle.apk-stable-410410683:10) at Qr.onDragEvent(chromium-TrichromeWebViewGoogle.apk-stable-410410683:6) at com.android.webview.chromium.WebViewChromium.onDragEvent(chromium-TrichromeWebViewGoogle.apk-stable-410410683:7) at android.webkit.WebView.onDragEvent(WebView.java:2944) at android.view.View.callDragEventHandler(View.java:25967) at android.view.View.dispatchDragEvent(View.java:25955) at android.view.ViewGroup.dispatchDragEvent(ViewGroup.java:1821) at android.view.ViewGroup.dispatchDragEvent(ViewGroup.java:1803) at android.view.ViewGroup.dispatchDragEvent(ViewGroup.java:1803) at android.view.ViewGroup.dispatchDragEvent(ViewGroup.java:1803) at android.view.ViewGro ```