动态修改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的名字
谁有过这方面的研究吗?
PHP中文网2017-04-18 09:25:10
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.