Security of Android assets folder

前端 未结 1 987
再見小時候
再見小時候 2020-12-06 11:18

Is the assets folder only accessible to the app or can the user see it too? For my app I want to store a credential certificate and video files on local storage but I am not

相关标签:
1条回答
  • 2020-12-06 11:54

    The assets/ folder of an application is readable by any other application. While the user does not have direct access to it, all it would take is some application to provide such access. For all I know, there is an asset explorer app out on the Market.

    Also, note that the assets/ folder is not modifiable at runtime, which sounds like something you may be seeking.

    0 讨论(0)
提交回复
热议问题