commit | bb167cdd0dffa8103ba051b0e115dcaecf2b649d | [log] [tgz] |
---|---|---|
author | Ben Gilad <gilad@google.com> | Tue Feb 25 16:24:05 2014 -0800 |
committer | Ben Gilad <gilad@google.com> | Tue Feb 25 17:19:31 2014 -0800 |
tree | 50efc6a8c1211764d7fe40bbfc6b8f61d982ff08 | |
parent | c80a98c13050fd52064f16511167c7bb8bd748ca [diff] [blame] |
Fix for a CallServiceRepository bug. Specifically where stale call services are passed back to the switchboard for processing, including upon no call-service-provider implementations. Change-Id: I1a5c26f22031e31f9a94b239f06d34619769a56f
diff --git a/src/com/android/telecomm/ServiceBinder.java b/src/com/android/telecomm/ServiceBinder.java index 1c797ca..9619239 100644 --- a/src/com/android/telecomm/ServiceBinder.java +++ b/src/com/android/telecomm/ServiceBinder.java
@@ -163,7 +163,7 @@ } } - ComponentName getComponentName() { + final ComponentName getComponentName() { return mComponentName; }