java - 有人尝试动态修改AndroidManifest.xml文件里的内容吗?
高洛峰
高洛峰 2017-04-18 09:23:10
0
2
860

动态修改AndroidManifest.xml文件里面的东西 比如说修改
<application

    android:allowBackup="true"
    android:icon="@drawable/ic_launcher"
    android:label="@string/app_name"
    android:theme="@style/AppTheme" >
    

android:icon="@drawable/ic_launcher"的icon图片 或者label的名字

谁有过这方面的研究吗?
    
高洛峰
高洛峰

拥有18年软件开发和IT教学经验。曾任多家上市公司技术总监、架构师、项目经理、高级软件工程师等职务。 网络人气名人讲师,...

reply all(2)
大家讲道理

Okay, please take a look at the function of the pageinfo class

洪涛

It's definitely possible. What you're talking about is a secondary signature package. Decompress it directly through the apktool tool. Replace the image and string.xml and re-sign it.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template