java.lang.UnsupportedOperationException: For security reasons, WebView is not allowed in privileged
最近做的项目,用webview加载网页,自测好好的,突然有一天,项目赋予了系统级应用能力,这个时候,webview不能用了;狗血,怎么办呢?因为应用是系统级别的,在AndroidManifest.xml中添加了android:sharedUserId=“android.uid.system”根据异常分析,是安全问题限制了webview控件使用追溯源码发现有这样的判断if(uid==android.