Step #2: Blocking Backups

If you look at the <application> element, you will see that it has a few attributes, including android:allowBackup="true". This attribute indicates that ToDo should participate in Android’s automatic backup system.

That is not a good idea, until you understand the technical and legal ramifications of that choice.

In the short term, change android:allowBackup to be false.


Prev Table of Contents Next

This book is licensed under the Creative Commons Attribution-ShareAlike 4.0 International license.