I use it in WebView for links to all included files (css, js, jpeg ....). The path is as follows:
content://com.example/images/qq.jpeg or
content://com.example/script/ss.jj Is it possible to make the ContentProvider perceive a relative path: /images/qq.jpeg and /script/ss.jj, so that all links to all files can be set?