Android “Resources” Security

前端 未结 1 684
遥遥无期
遥遥无期 2020-12-20 03:12

I am building an Android app in which client is selling some mp3 files. Now my question is, when I copy these files in the resources folder, will they will be exposed when s

相关标签:
1条回答
  • 2020-12-20 03:43

    Now my question is, when I copy these files in the resources folder, will they will be exposed when someone will explore the file system?

    Yes.

    So if this is possible, how I can make sure my resources are secure?

    You can't.

    What you're asking for would only be possible on a trusted computing (a.k.a. treacherous computing) platform, which Android is not.

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