AttributionPresenter icon indicating copy to clipboard operation
AttributionPresenter copied to clipboard

Remove useless strings.xml

Open iscle opened this issue 6 years ago • 2 comments

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.

iscle avatar Sep 15 '18 21:09 iscle

I'm getting warnings in Android Studio due to this. Is there a case where this could give away an error or crash ?

quanta-kt avatar Oct 14 '19 16:10 quanta-kt

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.

iscle avatar Oct 15 '19 00:10 iscle