Android 下载的 HTML 内容不应使用文件管理器/通过 USB 连接处理

Android Downloaded HTML content should not coping using file managers / through the USB connection

我正在开发一个 android 应用程序,它以 zip 文件的形式从 API 下载内容,并使用 Web 视图将其解压缩到 app.Then 的资产文件夹中在应用程序中可以加载该内容。

如何防止用户直接访问提取的文件夹(使用文件管理器)并且只允许用户通过应用程序访问文件夹?

我从下面提到的博客中找到了答案。

保存我的 html 个文件 - saving file in internal storage android

并加载- http://fixabc.xyz/question/14624567/load-somefile-html-file-from-internal-storage-to-a-webview-of-an-app

谢谢 Whosebug!!!