Skip to content

Commit 23b4e5b

Browse files
ddoughertyAndroid (Google) Code Review
authored andcommitted
Merge "Doc change: add SMP Primer for Android. Support a new "article" toc style in training." into jb-mr1-dev
2 parents 759c100 + d589421 commit 23b4e5b

File tree

6 files changed

+1902
-3
lines changed

6 files changed

+1902
-3
lines changed

docs/html/training/articles/perf-anr.jd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
page.title=Keeping Your App Responsive
2+
page.article=true
23
@jd:body
34

45
<div id="tb-wrapper">

docs/html/training/articles/perf-jni.jd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
page.title=JNI Tips
2+
page.article=true
23
@jd:body
34

45
<div id="tb-wrapper">

docs/html/training/articles/perf-tips.jd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
page.title=Performance Tips
2+
page.article=true
23
@jd:body
34

45
<div id="tb-wrapper">

docs/html/training/articles/security-tips.jd

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
page.title=Security Tips
2+
page.article=true
23
@jd:body
34

45
<div id="tb-wrapper">
56
<div id="tb">
67
<h2>In this document</h2>
7-
<ol>
8+
<ol class="nolist">
89
<li><a href="#StoringData">Storing Data</a></li>
910
<li><a href="#Permissions">Using Permissions</a></li>
1011
<li><a href="#Networking">Using Networking</a></li>
@@ -18,11 +19,11 @@ page.title=Security Tips
1819
<li><a href="#Native">Security in Native Code</a></li>
1920
</ol>
2021
<h2>See also</h2>
21-
<ol>
22+
<ul>
2223
<li><a href="http://source.android.com/tech/security/index.html">Android
2324
Security Overview</a></li>
2425
<li><a href="{@docRoot}guide/topics/security/permissions.html">Permissions</a></li>
25-
</ol>
26+
</ul>
2627
</div></div>
2728

2829

0 commit comments

Comments
 (0)