最終更新:2017-10-04 (水) 18:21:58 (2388d)  

file:///android_asset
Top / file: / / / android_asset

fileスキームで、/android_assetで始めると、assetsディレクトリ内のファイルが指定できる。

ロード

  • WebView.loadUrl?

関連

android.webkit.WebSettings

  • setAllowFileAccess?
    • Enables or disables file access within WebView.
    • File access is enabled by default. Note that this enables or disables file system access only.
    • Assets and resources are still accessible using file:///android_asset and file:///android_res.