You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Consume Line SDK 5.4.1 to 5.8.0. They declare allowBackup as false in AndroidManifest.
What did you expect?
I believe the consumer should declare this, not the library. If an application have allow backup set to true, they need to use tools:replace tag to override the value from this library.
This is somehow acceptable.
However, if there is another library which set the flag to true, the overriding of the consumer result in an error during lint. For example, here is my stacktrace
Attribute application@allowBackup value=(false) from [com.linecorp.linesdk:linesdk:5.8.0] AndroidManifest.xml:22:9-36
is also present at <...> AndroidManifest.xml:20:9-35 value=(true).
What happened actually?
The library has allowBackup declaration
The text was updated successfully, but these errors were encountered:
Is it a security issue?
no
What did you do?
Consume Line SDK 5.4.1 to 5.8.0. They declare allowBackup as false in AndroidManifest.
What did you expect?
I believe the consumer should declare this, not the library. If an application have allow backup set to true, they need to use
tools:replace
tag to override the value from this library.This is somehow acceptable.
However, if there is another library which set the flag to true, the overriding of the consumer result in an error during lint. For example, here is my stacktrace
What happened actually?
The library has allowBackup declaration
The text was updated successfully, but these errors were encountered: