3llomi / RecordView

A Simple Audio Recorder View with "hold to Record Button" and "Swipe to Cancel " Like WhatsApp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Application attributes in AndroidManifest

alexandrplusnin opened this issue · comments

Thank you for your great work on this project! I wonder if it makes sense to remove tag from library's AndroidManifest.

https://github.com/3llomi/RecordView/blob/master/record-view/src/main/AndroidManifest.xml

I want to use RecordView in my own library but I am worried that it can lead to manifest merging conflicts (for example, if user of my library is using different attribute "android:label"). Obviously, user can overcome it by using tools:replace="android:label", but still it is an extra hiccup that can be avoided.

I don't think that there is a way for me to remove these attributes from my library. Unless I'm missing something.

What do you think about it?

Yes, you're right!. i just got rid of application tags in V 3.0.2.