Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Android 6 Essentials

You're reading from   Android 6 Essentials Design, build, and create your own applications using the full range of features available in Android 6

Arrow left icon
Product type Paperback
Published in Dec 2015
Publisher Packt
ISBN-13 9781785884412
Length 122 pages
Edition 1st Edition
Languages
Tools
Arrow right icon
Author (1):
Arrow left icon
Yossi Elkrief Yossi Elkrief
Author Profile Icon Yossi Elkrief
Yossi Elkrief
Arrow right icon
View More author details
Toc

Data backup configuration

We have a lot of data that we want to back up for our users, but we also don't want to back up all the data. Let's say we all agree not to back up users' passwords or other sensitive data, but what if you have a specific app configuration that is generated based on the device the user is using? This too should be excluded in a manner similar to device tokens such as Google Cloud Messaging (GCM) and others. I would recommend that you figure out which data your app keeps persistently and whether this data should and can be device-agnostic.

You can configure what is being backed up besides the automatically excluded files mentioned earlier. This configuration should be declared in your app's manifest via the android:fullBackupContent attribute. You will need to create a new XML file that should reside in your res/xml folder, and this will have specific rules for the backing up of your app's data.

Including or excluding data

XML file configuration...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime