ankushsachdeva / emojicon

Android library to show emojicon dialog box over soft keyboard
283 stars 149 forks source link

Remove application:icon declaration from the Manifest #47

Open Egorand opened 8 years ago

Egorand commented 8 years ago

Hi, and thanks for an awesome library!

The library declares @drawable/ic_launcher as the application:icon inside the Manifest, so it's necessary to add tools:replace="android:icon" to satisfy the merger. It's safe to remove the icon since it's not needed. I can submit a pull request later on, will you be able to review it?