如何仅在应用程序管理器android中更改图标应用程序?

时间:2016-12-29 11:37:27

标签: android icons android-launcher

是否可以仅在应用程序管理器(设置 - >管理应用程序)中更改我的Android应用程序的图标,使其成为应用程序图标(启动器)以外的其他内容? 我在 AndroidManifest 中使用 android:icon ,但它会更改两次。老实说,我找不到任何答案。

1 个答案:

答案 0 :(得分:2)

按设置 - >管理应用程序,如果您的意思是设备设置帐户管理器图标,那么在您的应用程序资源文件夹中,您可以找到xml文件夹,从该文件夹的xml文件中需要更改图标。 例如 -

<account-authenticator 
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:accountType="@string/auth_type"
    android:icon="@drawable/ic_contest_icon"
    android:label="@string/app_name"
    android:smallIcon="@drawable/ic_contest_icon" />

您需要在android:icon="@drawable/ic_contest_icon"上将您的图标ID设置为drawable 和android:smallIcon="@drawable/ic_contest_icon"