summaryrefslogtreecommitdiffstats
path: root/docs/html/guide/developing/tools/aidl.jd
diff options
context:
space:
mode:
Diffstat (limited to 'docs/html/guide/developing/tools/aidl.jd')
-rw-r--r--docs/html/guide/developing/tools/aidl.jd6
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>