Android HTML resource with references to other resources

前端 未结 2 1134
忘掉有多难
忘掉有多难 2021-01-06 06:33

I would like to add an HTML resource to my Android project with references to other resources (mainly drawables).

Where should I put it and how do I reference other

2条回答
  •  自闭症患者
    2021-01-06 07:17

    If your file is on the SD card, this reference will work:

    content://com.android.htmlfileprovider/sdcard/filename.jpg

提交回复
热议问题