From db304a92a1f27f7ed1352a386cefaf3b45e4d03a Mon Sep 17 00:00:00 2001 From: Robert Schaub Date: Tue, 7 Jul 2015 11:29:33 -0700 Subject: docs: Removed parenthetic phrase that made explanation unnecessarily confusing Bug: 10641790 Change-Id: I07cce015174edc43464d116364d47d191ee27fd4 --- docs/html/guide/components/bound-services.jd | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'docs/html/guide') diff --git a/docs/html/guide/components/bound-services.jd b/docs/html/guide/components/bound-services.jd index 4215f0f..c2ac607 100644 --- a/docs/html/guide/components/bound-services.jd +++ b/docs/html/guide/components/bound-services.jd @@ -649,8 +649,7 @@ clients.

Additionally, if your service is started and accepts binding, then when the system calls your {@link android.app.Service#onUnbind onUnbind()} method, you can optionally return {@code true} if you would like to receive a call to {@link android.app.Service#onRebind -onRebind()} the next time a client binds to the service (instead of receiving a call to {@link -android.app.Service#onBind onBind()}). {@link android.app.Service#onRebind +onRebind()} the next time a client binds to the service. {@link android.app.Service#onRebind onRebind()} returns void, but the client still receives the {@link android.os.IBinder} in its {@link android.content.ServiceConnection#onServiceConnected onServiceConnected()} callback. Below, figure 1 illustrates the logic for this kind of lifecycle.

-- cgit v1.1