OSDN Git Service

Verify WebView package info before loading WebView
authorGustav Sennton <gsennton@google.com>
Thu, 14 Apr 2016 08:58:36 +0000 (09:58 +0100)
committerGustav Sennton <gsennton@google.com>
Thu, 14 Apr 2016 13:19:07 +0000 (14:19 +0100)
commitcd8f2737cc550ef1461c74a5c748777fa0c97379
tree188d0c0d8316793ce8ac722a1cfa5c1a6600b674
parente767e1bc17eeb4302ef503bcc83ed8697db91433
Verify WebView package info before loading WebView

To ensure that the package we are using to load WebView is a valid
provider we need to verify this before loading WebView - not only when
choosing what package to use.

Bug: 27900925
Change-Id: If57ca32a7a3fa08735a3b8ea9ed268c1bb1b8ede
core/java/android/webkit/WebViewFactory.java