简体   繁体   中英

How to protect Xml files in App?

如何保护我的Android应用程序的Xml(布局和菜单)文件,以便像ApkEditor这样的应用程序无法读取或打开它们?

You don't. If Android can read the resources to be able to use them when running, other tools can read the resources for static analysis.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM