diff options
author | Dianne Hackborn <hackbod@google.com> | 2009-12-10 07:00:47 -0800 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2009-12-10 07:00:47 -0800 |
commit | b2909dbb87d3c2ee8eb14915415ffc787c8fb982 (patch) | |
tree | 5d3e5962a5591f8a7449b9ae772dae8c4c2b35d2 /docs/html/guide/developing/tools | |
parent | ac66aefbfe73f48965892f5d0419d727d7d83f10 (diff) | |
parent | aeabdf32a2a38c1627102b90628b7261447d3a5c (diff) | |
download | frameworks_base-b2909dbb87d3c2ee8eb14915415ffc787c8fb982.zip frameworks_base-b2909dbb87d3c2ee8eb14915415ffc787c8fb982.tar.gz frameworks_base-b2909dbb87d3c2ee8eb14915415ffc787c8fb982.tar.bz2 |
am aeabdf32: am 0766b2d0: Update service example code.
Merge commit 'aeabdf32a2a38c1627102b90628b7261447d3a5c'
* commit 'aeabdf32a2a38c1627102b90628b7261447d3a5c':
Update service example code.
Diffstat (limited to 'docs/html/guide/developing/tools')
-rw-r--r-- | docs/html/guide/developing/tools/aidl.jd | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/html/guide/developing/tools/aidl.jd b/docs/html/guide/developing/tools/aidl.jd index abfa8b1..19d9ea1 100644 --- a/docs/html/guide/developing/tools/aidl.jd +++ b/docs/html/guide/developing/tools/aidl.jd @@ -297,9 +297,9 @@ on how to keep your application secure from malware.</p> as method arguments. </li> </ul> <p>Here is some sample code demonstrating calling an AIDL-created service, taken - from the Remote Activity sample in the ApiDemos project.</p> -<p>{@sample development/samples/ApiDemos/src/com/example/android/apis/app/RemoteServiceBinding.java - exposing_a_service}</p> + from the Remote Service sample in the ApiDemos project.</p> +<p>{@sample development/samples/ApiDemos/src/com/example/android/apis/app/RemoteService.java + calling_a_service}</p> |