Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

Backup exclusion of shared prefs on android in the library itself #602

Closed
Redth opened this issue Nov 4, 2018 · 2 comments
Closed

Backup exclusion of shared prefs on android in the library itself #602

Redth opened this issue Nov 4, 2018 · 2 comments

Comments

@Redth
Copy link
Member

Redth commented Nov 4, 2018

We show in the sample how to exclude Android's shared preferences for the essentials file from backup but let's see if we can find a way to make this included as part of the library.

We might be able to have the application manifest declaration merged and include the XML as a resource file.

Worth exploring this issue.

@jamesmontemagno
Copy link
Collaborator

Todo:

  • Add a default xml file with 1.0
  • Update docs to require this setup and document how to use our file or point to custom file implementation

@jamesmontemagno
Copy link
Collaborator

After investigating the xml is bundled up into the library and then into the app, however ${applicationdId} doesn't get update in library resources only attributes in the code :( so for this reason we can't add this in. However we will update the docs.

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

No branches or pull requests

2 participants