Android WebView 打开页面时莫名自动同时生成了另外一个WebView

背景:

  1. 应用使用了 AlicomPhoneNumberAuthSDK,使用 PhoneNumberAuthHelper 实现了登录
  2. 在进入应用后,打开了一个应用内的WebView,但是同时又有另外一个WebView 生成,加载的页面是《中国移动认证服务协议》,这个页面并没有在应用中显示出来,我是用Chrome://inspect看到的,而且这个WebView的状态是:
    https://wap.cmpassport.com/resources/html/contract.html
    empty never-attached
    
  3. 及时我退出了我主动在应用内打开的WebView,页面也销毁了,但是我在Chrome://inspect中看到《中国移动认证服务协议》的页面还是存在。

想问下有没有人了解这个WebView为什么生成的?怎么能让他不生成?