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 allowBackup and supportRtl from manifest #36

Closed
wants to merge 1 commit into from

Conversation

lewiemortier
Copy link

Other apps might want to disable the backups or choose not to support RTL.
If this is added explicitly to the manifest, you are forcing people who use your library to allow backups and force them to support RTL.

Replacing these values with the values from another library using tools:replace="allowBackup,supportsRtl" shouldn't be the solution.

Other apps might want to disable the backups or choose not to support RTL.
If this is added explicitly to the manifest, you are forcing people who use your library to allow backups and force them to support RTL.

Replacing these values with the values from another library using `tools:replace="allowBackup,supportsRtl"` shouldn't be the solution.
@psh
Copy link

psh commented Jun 14, 2017

Looks like this is a duplicate of #29

@lewiemortier
Copy link
Author

Is a duplicate of #29 indeed. The solution of #29 is better indeed. Closing this PR.

@lewiemortier lewiemortier deleted the patch-1 branch June 15, 2017 08:19
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