androidmi

Redmi Note 5 pro: No more app icon view in recent app screen?


Xiaomi Redmi Note 5 Pro not showing app icon recent apps. see image and i expect result like Skype icon.

See this image and different my application icon and Skype application icon.


Solution

  • match your manifest application tag with below tags.

     <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>
    

    Also use png for app icon.