Merge "Using addAssetPathAsSharedLibrary in WebViewDelegate" into nyc-dev

am: eabebc1539

* commit 'eabebc1539b7e8b412da33c9e462665087cb1bfc':
  Using addAssetPathAsSharedLibrary in WebViewDelegate
This commit is contained in:
Tao Bai
2016-02-23 18:57:32 +00:00
committed by android-build-merger

View File

@@ -156,7 +156,7 @@ public final class WebViewDelegate {
* Adds the WebView asset path to {@link android.content.res.AssetManager}.
*/
public void addWebViewAssetPath(Context context) {
context.getAssets().addAssetPath(
context.getAssets().addAssetPathAsSharedLibrary(
WebViewFactory.getLoadedPackageInfo().applicationInfo.sourceDir);
}
}