From 40eee61e25fb887f5267686f8a0a7c5bd9f95769 Mon Sep 17 00:00:00 2001 From: Scott Main Date: Mon, 6 Aug 2012 17:48:37 -0700 Subject: docs: fix broken links and update sitemap text file Change-Id: I6982c3f029c46135ae856b8484d906c2882bad3a --- core/java/android/app/Service.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/java/android/app/Service.java') diff --git a/core/java/android/app/Service.java b/core/java/android/app/Service.java index cb43d4c..02cf3aa 100644 --- a/core/java/android/app/Service.java +++ b/core/java/android/app/Service.java @@ -142,7 +142,7 @@ import java.io.PrintWriter; * to the service. The service will remain running as long as the connection * is established (whether or not the client retains a reference on the * service's IBinder). Usually the IBinder returned is for a complex - * interface that has been written + * interface that has been written * in aidl. * *

A service can be both started and have connections bound to it. In such @@ -473,7 +473,7 @@ public abstract class Service extends ContextWrapper implements ComponentCallbac * Return the communication channel to the service. May return null if * clients can not bind to the service. The returned * {@link android.os.IBinder} is usually for a complex interface - * that has been described using + * that has been described using * aidl. * *

Note that unlike other application components, calls on to the -- cgit v1.1