Closed DeweyReed closed 5 years ago
Hi Dewey, makes sense. Thanks for your contribution. Just give me a little time for merging the PR.
Hey @DeweyReed Could you change your PR to be merged into develop, please?
@luckyhandler I've changed the target branch to develop but it includes many other commits. Would it be better if I create another PR based on develop branch?
yeah, this would be great @DeweyReed
The library's
R.string.app_name
is redundant because it isn't used and the app defines its ownapp_name
anyway. But it has a side effect.If I use this library in an android library module which doesn't define
app_name
, when I run the library module's instrumented tests, the library module's APK that is installed on the device will be namedSecure Device Storage
which is misleading.