Files
frameworks_base/docs/html/guide/topics/data/index.jd
Andrew Solovay c02411f38d docs: Fixed bad link to cloud-backup training class
The name and URL of the old "Syncing to the Cloud" class had changed.
Fixed a single bad link; also changed the title on other pages where
the class was referred to by the old name.

I know that changing the _toc.cs files is redundant at this point
(since we don't use those files to generate TOCs any more) but I
figured I'd do it for consistency's sake.

See first comment for doc stage location.

bug: 30309375
Change-Id: I0cd8b1442ef3a8dd8a1917e897a3f0555c48e6ef
2016-07-22 14:44:03 -07:00

26 lines
739 B
Plaintext

page.title=Data Storage
page.landing=true
page.landing.intro=Store application data in databases, files, or preferences, in internal or removeable storage. You can also add a data backup service to let users store and recover application and system data.
page.landing.image=
@jd:body
<div class="landing-docs">
<div class="col-12">
<h3>Training</h3>
<a href="{@docRoot}training/backup/index.html">
<h4>Backing up App Data to the Cloud</h4>
<p>
This class covers techniques for backing up data to the cloud so that
users can restore their data when recovering from a data loss (such as a
factory reset) or installing your application on a new device.
</p>
</a>
</div>
</div>