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
{{ message }}
This repository has been archived by the owner on May 15, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: