小米红米 Note 5 Pro 不显示应用图标最近的应用。看图片,我希望得到像 Skype 图标这样的结果。
查看此图像和不同的我的应用程序图标和 Skype 应用程序图标。
将您的清单应用程序标签与以下标签匹配。
<application
android:allowBackup="true"
android:icon="@drawable/app_icon"
android:label="@string/app_name"
android:supportsRtl="true"
android:theme="@style/AppTheme"
tools:replace="android:appComponentFactory">
//other code
</application>
也使用 png 作为应用程序图标。