diff options
author | Roman Nurik <romannurik@google.com> | 2011-02-11 14:46:00 -0800 |
---|---|---|
committer | Roman Nurik <romannurik@google.com> | 2011-02-11 15:21:49 -0800 |
commit | 94be4a5e1ad833d7e5d0dbed29b806ba8fd5409e (patch) | |
tree | d84ad1295f4274e1d19441894c5dbad9a7da5f23 /docs/html/guide/samples | |
parent | 5a1b63572bf52142aa880cccc92636e65600bb60 (diff) | |
download | frameworks_base-94be4a5e1ad833d7e5d0dbed29b806ba8fd5409e.zip frameworks_base-94be4a5e1ad833d7e5d0dbed29b806ba8fd5409e.tar.gz frameworks_base-94be4a5e1ad833d7e5d0dbed29b806ba8fd5409e.tar.bz2 |
Deprecate samples/index.html in favor of resource browser. Also update resources-data.js for Accelerometer, Accessibility, and StackWidget sample code.
Change-Id: I0b98cf639a0c52343290227291620c88fd260774
Diffstat (limited to 'docs/html/guide/samples')
-rw-r--r-- | docs/html/guide/samples/index.jd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/html/guide/samples/index.jd b/docs/html/guide/samples/index.jd index bd9ea52..4b9334f 100644 --- a/docs/html/guide/samples/index.jd +++ b/docs/html/guide/samples/index.jd @@ -4,11 +4,11 @@ page.title=Sample Code <script type="text/javascript"> - window.location = toRoot + "resources/samples/index.html"; + window.location = toRoot + "resources/browser.html?tag=sample"; </script> <p><strong>This document has moved. Please go to <a -href="http://developer.android.com/resources/samples/index.html">List of Sample +href="http://developer.android.com/resources/browser.html?tag=sample">List of Sample Apps</a>.</strong></p> |