search

Home  >  Q&A  >  body text

java - 有人尝试动态修改AndroidManifest.xml文件里的内容吗?

动态修改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的名字

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

reply all(2)I'll reply

  • 大家讲道理

    大家讲道理2017-04-18 09:25:10

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

    reply
    0
  • PHP中文网

    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.

    reply
    0
  • Cancelreply