diff options
Diffstat (limited to 'docs/html/guide/topics/manifest/provider-element.jd')
-rw-r--r-- | docs/html/guide/topics/manifest/provider-element.jd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/guide/topics/manifest/provider-element.jd b/docs/html/guide/topics/manifest/provider-element.jd index 2bb4ff4..7f51f8d 100644 --- a/docs/html/guide/topics/manifest/provider-element.jd +++ b/docs/html/guide/topics/manifest/provider-element.jd @@ -185,7 +185,7 @@ processes, and "{@code false}" if not. The default value is "{@code false}". Normally, a content provider is instantiated in the process of the application that defined it. However, if this flag is set to "{@code true}", the system can create an instance in every process where there's a client -that wants to interact withit, thus avoiding the overhead of interprocess +that wants to interact with it, thus avoiding the overhead of interprocess communication. </p></dd> |