diff options
| author | Scott Main <smain@google.com> | 2012-11-16 08:54:27 -0800 |
|---|---|---|
| committer | Scott Main <smain@google.com> | 2012-11-16 08:54:27 -0800 |
| commit | 33e499ea364e4e061964bc8fe16365fd632eb39d (patch) | |
| tree | b7f2703139497215109a8613f114ac44fb0d60d9 /docs/html/training | |
| parent | fa1320e6148285b2125369fcd5799331132b0eba (diff) | |
| download | frameworks_base-33e499ea364e4e061964bc8fe16365fd632eb39d.zip frameworks_base-33e499ea364e4e061964bc8fe16365fd632eb39d.tar.gz frameworks_base-33e499ea364e4e061964bc8fe16365fd632eb39d.tar.bz2 | |
docs: move articles into group directory
Change-Id: If90f5ac284d8df16b830d5744fbd684e5b1b34e3
Diffstat (limited to 'docs/html/training')
| -rw-r--r-- | docs/html/training/articles/perf-anr.jd (renamed from docs/html/training/perf-anr.jd) | 0 | ||||
| -rw-r--r-- | docs/html/training/articles/perf-jni.jd (renamed from docs/html/training/perf-jni.jd) | 0 | ||||
| -rw-r--r-- | docs/html/training/articles/perf-tips.jd (renamed from docs/html/training/perf-tips.jd) | 0 | ||||
| -rw-r--r-- | docs/html/training/articles/security-tips.jd (renamed from docs/html/training/security-tips.jd) | 0 | ||||
| -rw-r--r-- | docs/html/training/training_toc.cs | 8 |
5 files changed, 4 insertions, 4 deletions
diff --git a/docs/html/training/perf-anr.jd b/docs/html/training/articles/perf-anr.jd index 864fb34..864fb34 100644 --- a/docs/html/training/perf-anr.jd +++ b/docs/html/training/articles/perf-anr.jd diff --git a/docs/html/training/perf-jni.jd b/docs/html/training/articles/perf-jni.jd index 26b06b4..26b06b4 100644 --- a/docs/html/training/perf-jni.jd +++ b/docs/html/training/articles/perf-jni.jd diff --git a/docs/html/training/perf-tips.jd b/docs/html/training/articles/perf-tips.jd index 33b4b87..33b4b87 100644 --- a/docs/html/training/perf-tips.jd +++ b/docs/html/training/articles/perf-tips.jd diff --git a/docs/html/training/security-tips.jd b/docs/html/training/articles/security-tips.jd index 88d6017..88d6017 100644 --- a/docs/html/training/security-tips.jd +++ b/docs/html/training/articles/security-tips.jd diff --git a/docs/html/training/training_toc.cs b/docs/html/training/training_toc.cs index ece5582..abce37a 100644 --- a/docs/html/training/training_toc.cs +++ b/docs/html/training/training_toc.cs @@ -775,7 +775,7 @@ <ul> <li> - <a href="<?cs var:toroot ?>training/perf-tips.html" + <a href="<?cs var:toroot ?>training/articles/perf-tips.html" description= "How to optimize your app's performance in various ways to improve its responsiveness and battery efficiency." @@ -851,7 +851,7 @@ </li> <li> - <a href="<?cs var:toroot ?>training/perf-anr.html" + <a href="<?cs var:toroot ?>training/articles/perf-anr.html" description= "How to keep your app responsive to user interaction so the UI does not lock-up and display an "Application Not Responding" dialog." @@ -859,7 +859,7 @@ </li> <li> - <a href="<?cs var:toroot ?>training/perf-jni.html" + <a href="<?cs var:toroot ?>training/articles/perf-jni.html" description= "How to efficiently use the Java Native Interface with the Android NDK." >JNI Tips</a> @@ -879,7 +879,7 @@ <ul> <li> - <a href="<?cs var:toroot ?>training/security-tips.html" + <a href="<?cs var:toroot ?>training/articles/security-tips.html" description= "How to perform various tasks and keep your app's data and your user's data secure." >Security Tips</a> |
