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.
在 Android 中,该服务可以是一个粘性服务,如果它被杀死,系统会自动启动该服务。但是我没有源代码,我怎么知道,我不想在目标设备上运行它,我只想通过扫描 AndroidMenifest.xml 或其他知道。有什么办法吗?谢谢你。
为什么?如果你反编译APK,你应该能够找到。您可以使用 apktool、dex2jar 或类似工具。