diff options
| author | 2018-12-06 15:50:21 -0500 | |
|---|---|---|
| committer | 2018-12-06 15:50:21 -0500 | |
| commit | 5fdc89c006f72eab66466f799dc19f2d8e695b5e (patch) | |
| tree | 7997a03095a8e781f184bf4c995329b654c8d1bc | |
| parent | a716bac590a4d0775a0e366c9c4ab31fcbe7446f (diff) | |
Document the format of EXTRA_CONTENT_QUERY.
Change-Id: Ifb8e76bf9c7e3a24a91efe7423153aef3d91eb86
Fixes: 120488579
Test: N/A
| -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> |