Android, is it possible to manually change somethings in manifest file directly from APK?

為{幸葍}努か 提交于 2019-12-04 06:23:57

问题


How does the Android market know our minimum SDK versions and permissions? The thing that I guess is, their server opens APK file and parse manifest.xml file. Then will find these two elements. Am I right?

I changed the extension of TestProject.apk to TestProject.zip then I extract it. I found manifest.xml and tried to open it but i was not successful. (in Windows, notepad and wordpad couldn't open it but I saw An invalid character was found in text content. Error processing resource 'file:///C:/Users/Inf/AppData/Local/Temp/Temp...' when I opened it with IE).

I want to know, If I have an APK file can I modify it's manifest file directly or after compiling manifest will be encoded?

来源:https://stackoverflow.com/questions/8209816/android-is-it-possible-to-manually-change-somethings-in-manifest-file-directly

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!