Name Description Size
VerifyWebViewCount.kt Verifies the number of WebViews present in the XML resources. This is necessary because the Echo Show will kill the application if there is more than one WebView instance in the app (#433, #540). It is extremely difficult to ensure only a single WebView instance is created (e.g. they can be added dynamically) but this task makes a partial effort via static analysis. 2241