diff options
| author | smain@google.com <smain@google.com> | 2014-06-14 00:55:40 +0000 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2014-06-14 00:55:40 +0000 |
| commit | b06efc724cdf571342f5d1ebc9ff075624d4aebd (patch) | |
| tree | 3e071ce32197fbcb05f1dbee01745d1f99e78213 /docs/html/training/cloudsync | |
| parent | 80b69dc2035711208791d7253bca04eb29eacb68 (diff) | |
| parent | aa1ecf5cdf70c5b76bd5e31d252735ba52a90b72 (diff) | |
| download | frameworks_base-b06efc724cdf571342f5d1ebc9ff075624d4aebd.zip frameworks_base-b06efc724cdf571342f5d1ebc9ff075624d4aebd.tar.gz frameworks_base-b06efc724cdf571342f5d1ebc9ff075624d4aebd.tar.bz2 | |
am aa1ecf5c: html cleanup. delete quickviews
* commit 'aa1ecf5cdf70c5b76bd5e31d252735ba52a90b72':
html cleanup. delete quickviews
Diffstat (limited to 'docs/html/training/cloudsync')
| -rw-r--r-- | docs/html/training/cloudsync/backupapi.jd | 2 | ||||
| -rw-r--r-- | docs/html/training/cloudsync/index.jd | 10 |
2 files changed, 11 insertions, 1 deletions
diff --git a/docs/html/training/cloudsync/backupapi.jd b/docs/html/training/cloudsync/backupapi.jd index a5436c6..fd35ada 100644 --- a/docs/html/training/cloudsync/backupapi.jd +++ b/docs/html/training/cloudsync/backupapi.jd @@ -41,7 +41,7 @@ new devices using the Backup API.</p> <h2 id="register">Register for the Android Backup Service</h2> <p>This lesson requires the use of the <a - href="http://code.google.com/android/backup/index.html">Android Backup + href="{@docRoot}google/backup/index.html">Android Backup Service</a>, which requires registration. Go ahead and <a href="http://code.google.com/android/backup/signup.html">register here</a>. Once that's done, the service pre-populates an XML tag for insertion in your Android diff --git a/docs/html/training/cloudsync/index.jd b/docs/html/training/cloudsync/index.jd index 55b275b..8679009 100644 --- a/docs/html/training/cloudsync/index.jd +++ b/docs/html/training/cloudsync/index.jd @@ -6,6 +6,16 @@ startpage=true @jd:body +<div id="tb-wrapper"> +<div id="tb"> + +<h2>Dependencies and prerequisites</h2> +<ul> + <li>Android 2.2 (API level 8) and higher</li> +</ul> +</div> +</div> + <p>By providing powerful APIs for internet connectivity, the Android framework helps you build rich cloud-enabled apps that sync their data to a remote web service, making sure all your devices always stay in sync, and your valuable |
