AttributionPresenter
AttributionPresenter copied to clipboard
Remove useless strings.xml
This file is useless in the library. It can even cause issues in some circumstances as the "app_name" string is commonly used in android, and warnings are thrown.
I'm getting warnings in Android Studio due to this. Is there a case where this could give away an error or crash ?
I'm getting warnings in Android Studio due to this. Is there a case where this could give away an error or crash ?
It won't cause any crash, the only thing that can happen is that your app name gets replaced by "AttributionPresenter", but I've never faced this issue.