diff options
| author | Dianne Hackborn <hackbod@google.com> | 2011-01-17 14:38:50 -0800 |
|---|---|---|
| committer | Dianne Hackborn <hackbod@google.com> | 2011-01-17 16:23:42 -0800 |
| commit | 327fbd2c8fa294b919475feb4c74a74ee1981e02 (patch) | |
| tree | 29cbf174cb8d501b1a52252f274fb33d650df3a4 /core/java/android/content/XmlDocumentProvider.java | |
| parent | f2bc4ee97f58ad7ea78da1f100dceed57c1484f1 (diff) | |
Fix a bunch of API review bugs.
3362464 API REVIEW: android.content potpourri
3362445 API REVIEW: Fragment transaction stuff
3362428 API REVIEW: Fragment stuff
3362418 API REVIEW: Loader stuff
3362414 API REVIEW: android.content.pm.ActivityInfo
Change-Id: I6475421a4735759b458acb67df4380cc6234f147
Diffstat (limited to 'core/java/android/content/XmlDocumentProvider.java')
| -rw-r--r-- | core/java/android/content/XmlDocumentProvider.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/java/android/content/XmlDocumentProvider.java b/core/java/android/content/XmlDocumentProvider.java index 153ad38b8bfd..76539c75ba1c 100644 --- a/core/java/android/content/XmlDocumentProvider.java +++ b/core/java/android/content/XmlDocumentProvider.java @@ -40,6 +40,8 @@ import java.util.Stack; import java.util.regex.Pattern; /** + * @hide -- not yet ready to support, should be provided just as a static lib. + * * A read-only content provider which extracts data out of an XML document. * * <p>A XPath-like selection pattern is used to select some nodes in the XML document. Each such |
