-
Notifications
You must be signed in to change notification settings - Fork 505
Add sample of backup rools, and handl AEADBadTagException #540
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<full-backup-content> | ||
<include domain="sharedpref" path="."/> | ||
<exclude domain="sharedpref" path="${applicationId}.xamarinessentials.xml"/> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. If we merge this into the actual library, my concern is that we may conflict with another resource - especially since we have to specify this on the There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is just for the sample app so I can test it. We wouldn't put it into the actual app as I don't think that is a good idea. We would just document it. |
||
</full-backup-content> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we have our rules and the user rules together? This appears to be an exclusive resource, so we may have to just let the user know - see my other comment.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think so, it is a single xml file. This is just in the sample code though.