diff options
| author | 2012-08-08 10:50:05 -0700 | |
|---|---|---|
| committer | 2012-08-08 10:50:05 -0700 | |
| commit | 9d16c219f1ca0836a832e25a61fcaf9c1d0dd67b (patch) | |
| tree | 45a5a4fa1bef67a77b28771efedde6cfdff5bb2b /docs/html | |
| parent | 537915828b45693e846a126292e026c5b4f05152 (diff) | |
| parent | f097b16cfddce2dbb097b929458fe9b0a402963e (diff) | |
Merge "Content Providers: change default for android:exported" into jb-mr1-dev
Diffstat (limited to 'docs/html')
| -rw-r--r-- | docs/html/guide/topics/manifest/provider-element.jd | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/html/guide/topics/manifest/provider-element.jd b/docs/html/guide/topics/manifest/provider-element.jd index 455880035a9c..7b4ca8fc21c0 100644 --- a/docs/html/guide/topics/manifest/provider-element.jd +++ b/docs/html/guide/topics/manifest/provider-element.jd @@ -97,7 +97,8 @@ are by default) for the content provider to be enabled. If either is applications — "{@code true}" if it can be, and "{@code false}" if not. If "{@code false}", the provider is available only to components of the same application or applications with the same user ID. The default value -is "{@code true}". +is "{@code true}" for applications which target API level 16 (Jelly Bean) +and below, and "{@code false}" otherwise. <p> You can export a content provider but still limit access to it with the |