Heim > Fragen und Antworten > Hauptteil
动态修改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的名字
谁有过这方面的研究吗?