diff options
| author | 2018-12-06 22:31:13 +0000 | |
|---|---|---|
| committer | 2018-12-06 22:31:13 +0000 | |
| commit | 090f854d1a9c0eeb71d62735a2aaa2731e2a2688 (patch) | |
| tree | 43045d60d01af15b8777e24f33964e9b8ae5a626 | |
| parent | 16171a3006e82e237d4dd1cceab454303aeaae04 (diff) | |
| parent | 5fdc89c006f72eab66466f799dc19f2d8e695b5e (diff) | |
Merge "Document the format of EXTRA_CONTENT_QUERY."
| -rw-r--r-- | core/java/android/content/Intent.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/java/android/content/Intent.java b/core/java/android/content/Intent.java index c2907d2ccc1b..b6f9d15cc20b 100644 --- a/core/java/android/content/Intent.java +++ b/core/java/android/content/Intent.java @@ -5242,6 +5242,7 @@ public class Intent implements Parcelable, Cloneable { /** * Optional CharSequence extra to provide a search query. + * The format of this query is dependent on the receiving application. * * <p>Applicable to {@link Intent} with actions: * <ul> |