enter image description here
This first application icon on amazon fire tv is not setting up properly
<application
android:name=".BaseAppClass"
android:allowBackup="true"
android:banner="@mipmap/test_ott"
android:icon="@mipmap/test_ott"
android:label="@string/app_name"
android:roundIcon="@mipmap/test_ott"
android:supportsRtl="true"
android:theme="@style/Theme.TestOtt"
android:usesCleartextTraffic="true">
New contributor
Ayush Tyagi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.