OSDN Git Service

Add a temporary wrapper for ViewStructure until Webview APK is updated
authorSelim Gurun <sgurun@google.com>
Wed, 13 May 2015 00:53:24 +0000 (17:53 -0700)
committerSelim Gurun <sgurun@google.com>
Wed, 13 May 2015 01:06:59 +0000 (18:06 -0700)
commit0b408586c6694fd22a1cd53b1beb069de84b8306
tree40812fca132d00850036f62951640a476d0ea8a4
parent55e603ee9de06125751292c84f1b25fb9a78d4e4
Add a temporary wrapper for ViewStructure until Webview APK is updated

It turned out that after the API change from ViewAssistStructure to
ViewStructure, the suggested mechanism did not work, and webview
started throwing abstractmethoderror exceptions. Temporarily
solve the problem by wrapping ViewStructure inside a
ViewAssistStructure. Once Webview APK is updated, drop it.

Change-Id: I09dfe7dac9c2bc7c037d842844c61dd879629470
api/system-current.txt
core/java/android/webkit/ViewAssistStructure.java [new file with mode: 0644]
core/java/android/webkit/WebView.java
core/java/android/webkit/WebViewProvider.java