We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I was reading the docs for auto backup recently and it talks about how docs in getExternalStorage() are automatically backed up.
getExternalStorage()
Add to docs how to exclude photos taken by Shutter.
The text was updated successfully, but these errors were encountered:
Looking over the docs for auto backup, I believe I can do something even better.
First off, as the library stands today, this is what we need to add to the README on how to exclude Shutter videos and photos from auto backup:
<application ... android:fullBackupContent="@xml/my_backup_rules"> </application>
<?xml version="1.0" encoding="utf-8"?> <full-backup-content> <exclude domain="file" path="Pictures/"/> <exclude domain="file" path="Movies/"/> </full-backup-content>
Now, about how I can make this even better.
Allow users to configure Shutter to using a specific directory name for photos and videos if they choose. This will give the power of the user to put Shutter photos and videos in one directory and exclude that one to make sure that their app or other libraries do not clash together by putting files together into the same directory.
Sorry, something went wrong.
No branches or pull requests
I was reading the docs for auto backup recently and it talks about how docs in
getExternalStorage()
are automatically backed up.Add to docs how to exclude photos taken by Shutter.
The text was updated successfully, but these errors were encountered: