diff options
author | Scott Main <smain@google.com> | 2010-12-02 15:43:02 -0800 |
---|---|---|
committer | Scott Main <smain@google.com> | 2010-12-14 16:11:02 -0800 |
commit | b94df620959de658990c1ed1263e2e1c42df7f6b (patch) | |
tree | 8332e6df6e34ca5282bcc3bab182ebdaf5241c92 /docs/html/guide/topics/data | |
parent | 2bd83c00a0c72d3f6bd929c4df5fe83ee31b4704 (diff) | |
download | frameworks_base-b94df620959de658990c1ed1263e2e1c42df7f6b.zip frameworks_base-b94df620959de658990c1ed1263e2e1c42df7f6b.tar.gz frameworks_base-b94df620959de658990c1ed1263e2e1c42df7f6b.tar.bz2 |
cherrypick Change-Id: I653e91a47979b24e7ecfcbce013c4ffaaa3c55ee
docs: edit manifest samples to indicate <application> element is always last
Change-Id: I993d130c26efd87147913d5607a2e7f15bd12fe8
Diffstat (limited to 'docs/html/guide/topics/data')
-rw-r--r-- | docs/html/guide/topics/data/backup.jd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/html/guide/topics/data/backup.jd b/docs/html/guide/topics/data/backup.jd index 623ee22..7661a0e 100644 --- a/docs/html/guide/topics/data/backup.jd +++ b/docs/html/guide/topics/data/backup.jd @@ -166,6 +166,7 @@ href="{@docRoot}guide/topics/manifest/application-element.html">{@code <pre> <manifest ... > + ... <application android:label="MyApplication" <b>android:backupAgent="MyBackupAgent"</b>> <activity ... > |