Skip to content

Commit 55f383a

Browse files
scottamainAndroid (Google) Code Review
authored andcommitted
Merge "docs: add youtube video to highlights" into froyo
2 parents 8025989 + 2324abd commit 55f383a

File tree

2 files changed

+17
-28
lines changed

2 files changed

+17
-28
lines changed

docs/html/guide/topics/data/backup.jd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ page.title=Data Backup
3131
<li><a href="#RestoreVersion">Checking the Restore Data Version</a></li>
3232
<li><a href="#RequestingBackup">Requesting Backup</a></li>
3333
<li><a href="#RequestingRestore">Requesting Restore</a></li>
34-
<li><a href="#DevelopingTestings">Developing and Testing Your Backup Agent</a></li>
34+
<li><a href="#DevelopingTesting">Developing and Testing Your Backup Agent</a></li>
3535
</ol>
3636

3737
<h2>Key classes</h2>
@@ -761,7 +761,7 @@ restore operation with the <a href="{@docRoot}guide/developing/tools/bmgr.html">
761761
tool</a>.</p>
762762

763763

764-
<h2 id="DevelopingTestings">Developing and Testing Your Backup Agent</h2>
764+
<h2 id="DevelopingTesting">Developing and Testing Your Backup Agent</h2>
765765

766766
<p>To develop and test your backup agent:</p>
767767
<ul>

docs/html/sdk/android-2.2-highlights.jd

Lines changed: 15 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ page.title=Android 2.2 Platform Highlights
2626
#jd-content table.columns td+td {
2727
padding:0 2em;
2828
}
29+
#jd-content table.columns td img {
30+
margin:0;
31+
}
2932
#jd-content table.columns td+td>*:first-child {
3033
margin-top:-2em;
3134
}
@@ -35,17 +38,17 @@ page.title=Android 2.2 Platform Highlights
3538
}
3639
</style>
3740

38-
<!--
41+
3942
<div class="video">
4043
<object width="278 height="180">
41-
<param name="movie" value="http://www.youtube.com/v/opZ69P-0Jbc&hl=en&fs=1&"></param>
44+
<param name="movie" value="http://www.youtube.com/v/yAZYSVr2Bhc&hl=en&fs=1&"></param>
4245
<param name="allowFullScreen" value="true"></param><param name="allowscriptaccess"
4346
value="always"></param>
44-
<embed src="http://www.youtube.com/v/opZ69P-0Jbc&hl=en&fs=1&" type="application/x-shockwave-flash"
47+
<embed src="http://www.youtube.com/v/yAZYSVr2Bhc&hl=en&fs=1&" type="application/x-shockwave-flash"
4548
allowscriptaccess="always" allowfullscreen="true" width="278" height="180"></embed>
4649
</object>
4750
</div>
48-
-->
51+
4952

5053
<p>The Android 2.2 platform introduces many new and exciting features for
5154
users and developers. This document provides a glimpse at some of the new user features
@@ -68,36 +71,20 @@ href="android-2.2.html#api">Android 2.2 version notes</a>.</p>
6871
<table class="columns" style="max-width:800px">
6972
<tr>
7073
<td>
71-
<p>New Home screen <span class="green">tips widget</span> assists new users on how to configure the
74+
<img src="images/2.2/22home.png" alt="" height=230 />
75+
</td>
76+
<td>
77+
<p style="margin-top:0">New Home screen <span class="green">tips widget</span> assists new users on
78+
how to configure the
7279
home screen with shortcuts and widgets and how to make use of multiple home screens.</p>
7380
<p>The Phone, applications Launcher, and Browser now have <span class="green">dedicated
7481
shortcuts</span> on the Home screen, making it easy to access them from any of the 5 home screen
7582
panels.</p>
7683
</td>
77-
<td>
78-
<img src="images/2.2/22home.png" alt="" height=150 />
79-
</td>
8084
</tr>
8185
</table>
8286

8387

84-
<h3>Browser</h3>
85-
86-
<table class="columns" style="max-width:800px">
87-
<tr>
88-
<td>
89-
<img src="images/2.2/22browser.png" alt="" height=220 />
90-
</td>
91-
<td>
92-
<p><span class="green">Flash:</span> Browser is able to fully support the latest version of Flash so
93-
the web experience is even closer to the desktop. Adobe Flash will be available to download from
94-
Android Market.</p>
95-
<p><span class="green">Performance of the browser</span> has been enhanced using the V8 engine,
96-
which enables faster loading of JavaScript-heavy pages.</p>
97-
</td>
98-
</tr>
99-
</table>
100-
10188

10289
<h3>Exchange support</h3>
10390

@@ -176,11 +163,13 @@ the keys as well as the auto-suggest dictionary.</p>
176163
</table>
177164

178165

179-
<h3>Improved operating system performance</h3>
166+
<h3>Improved performance</h3>
180167

181168
<table class="columns" style="max-width:800px">
182169
<tr>
183170
<td>
171+
<p><span class="green">Performance of the browser</span> has been enhanced using the V8 engine,
172+
which enables faster loading of JavaScript-heavy pages.</p>
184173
<p><span class="green">Dalvik Performance Boost:</span> 2x-5x performance speedup for CPU-heavy code
185174
over Android 2.1 with Dalvik JIT.</p>
186175
<p>The graph to the right shows the performance <span class="green">speedup</span> from Android 2.1

0 commit comments

Comments
 (0)