diff options
Diffstat (limited to 'telecomm/java/android/telecomm/CallServiceProvider.java')
-rw-r--r-- | telecomm/java/android/telecomm/CallServiceProvider.java | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/telecomm/java/android/telecomm/CallServiceProvider.java b/telecomm/java/android/telecomm/CallServiceProvider.java index 5db7e2e..c50334a 100644 --- a/telecomm/java/android/telecomm/CallServiceProvider.java +++ b/telecomm/java/android/telecomm/CallServiceProvider.java @@ -26,11 +26,11 @@ import com.android.internal.telecomm.ICallServiceLookupResponse; import com.android.internal.telecomm.ICallServiceProvider; /** - * Base implementation of {@link ICallServiceProvider} which extends {@link Service}. This class + * Base implementation of a call service provider which extends {@link Service}. This class * should be extended by an app that wants to supply phone calls to be handled and managed by - * the device's in-call interface. All method-calls from the framework to - * {@link ICallServiceProvider} are passed through to the main thread for before executing the - * overriden methods of CallServiceProvider. + * the device's in-call interface. All method-calls from the framework to the call service provider + * are passed through to the main thread for before executing the overriden methods of + * CallServiceProvider. * * TODO(santoscordon): Improve paragraph above once the final design is in place. Needs more * about how this can be used. |