Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove useless things in AndroidManifest #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ytRino
Copy link

@ytRino ytRino commented Nov 25, 2016

The manifest merger merges nodes of the library into the app's manifest, but if supportsRtl="false" is written in the app's manifest, build error will occurs because library set them as "true".

We can override this behavior with tools:replace="android:allowBackup,android:supportsRtl",
but it is better to remove those attrs from library if it does not needs them really.

@LiuXi0314
Copy link

Approved

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants