Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我之前也在考虑这个问题,我想我会问的。
如果我制作了一个拥有大量资源的应用程序,什么会阻止有人提取和添加/修改我附带的资源?
不希望其数据被操纵的应用程序是否有任何选择来保护自己?
没有什么能阻止某人提取资源 - 甚至还有一个 API。但是,无法修改已安装 APK 文件的内容,因为该文件是经过数字签名的。
至少在理论上,具有 root 访问权限的人可以获取 APK 文件、弄乱其内容并重新签名,以实现他们自己的目的。