diff options
| -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> |