diff --git a/docs/html/guide/topics/manifest/provider-element.jd b/docs/html/guide/topics/manifest/provider-element.jd index 1947849e56f83..0e729c36f37e6 100644 --- a/docs/html/guide/topics/manifest/provider-element.jd +++ b/docs/html/guide/topics/manifest/provider-element.jd @@ -215,17 +215,15 @@ it can also be set as a raw string.
true,
+each of the app's processes has its own content provider object. If
+false, the app's processes share only one content provider object.
+The default value is 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 with it, thus avoiding the overhead of interprocess -communication. -
Setting this flag to true may improve performance by reducing
+the overhead of interprocess communication, but it also increases the memory
+footprint of each process.