1

enter image description here

I've update the images both Round and square icon works perfectly but in the recent application the default app icon is showing.

Manifest.xml have following code

<application
    android:allowBackup="true"
    android:icon="@mipmap/ic_launcher"
    android:label="@string/app_name"
    android:roundIcon="@mipmap/ic_launcher_round"
    android:supportsRtl="true"
    android:hardwareAccelerated="true"
    android:logo="@mipmap/ic_launcher_round"
    android:theme="@style/AppTheme">

0 Answers0