String app name overrides app's name
Describe the bug We are using your library as part of Auth0's library, as transitive.
After we created a release build, we noticed that our app name was changed to "Android Browser Helper".
The reason is that your library is overriding the standard app name. We have our strings in a different module than the app, therefore your app name was taking precedence.
Screenshots

Smartphone (please complete the following information):
- Device: all
- OS: all
- android-browser-helper library version [eg: 2.2.0]
It seems to be picking the name from androidbrowserhelper/src/main/res/values/strings.xml. Doesn't looks like the string is used anywhere within the library, so it might be safe to just delete the line.
Yes, pretty much! That would solve the problem :)
Thank you! 🙌🏻