简体   繁体   English

如何保护Android应用程序的AndroidManifest.xml文件?

[英]How to protect Android app's AndroidManifest.xml file?

I am in the process of protecting an Android app and was convince that AndroidManifest.xml could not be protected/encrypted, until I unzipped DropBox.apk and opened AndroidManifest.xml 我正在保护Android应用程序的过程中,并确信不能对AndroidManifest.xml进行保护/加密,直到我解压DropBox.apk并打开AndroidManifest.xml为止

It seems to be protected. 它似乎受到保护。 Here is the first line of this file: 这是此文件的第一行:

r-—`4Vtò∞»‰<H\~äñ§ŒË,@Rf~噑Ë$Lb~åò≤æ÷Ë@DVj‡¸*ä˛tÃÓ(|“p¨ : | – 

and the rest of the file is written in the same flavor. 文件的其余部分以相同的风格编写。

Any Idea how I can achieve that within my app? 知道我如何在我的应用程序中实现这一目标吗?

Edit : ok, I now used apktool and see the AndroidManifest.xml clearly... So I guess there is no way to achieve that. 编辑 :好的,我现在使用apktool并清楚地看到AndroidManifest.xml ...所以我想没有办法实现这一点。 Closing this question. 结束这个问题。

This is automatically done in every apk. 这会在每个APK中自动完成。 you can check it in any app. 您可以在任何应用程序中进行检查。 But this can also be decypted by using apktool. 但这也可以使用apktool代替。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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