summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Mike LeBeau <mlebeau@android.com> 2010-03-08 11:22:58 -0800
committer Android (Google) Code Review <android-gerrit@google.com> 2010-03-08 11:22:58 -0800
commit80825e38763cc76b215a7bcc9dc39cbb4979d53d (patch)
treea0f72e25cbeb0831426f3679bcd0a9256cd2264b
parentd1356e440d9b34629d01e775ffbbcbfbf8a80b6c (diff)
parenteba0f753b26bfc9a4a39b9296878581b5e6704a0 (diff)
Merge "Update comments for the new EXTRA_VOICE_SEARCH_RESULT_HTTP_HEADERS."
-rw-r--r--core/java/android/speech/RecognizerResultsIntent.java9
1 files changed, 5 insertions, 4 deletions
diff --git a/core/java/android/speech/RecognizerResultsIntent.java b/core/java/android/speech/RecognizerResultsIntent.java
index 4997d5046b46..b45e4b1870b7 100644
--- a/core/java/android/speech/RecognizerResultsIntent.java
+++ b/core/java/android/speech/RecognizerResultsIntent.java
@@ -127,10 +127,11 @@ public class RecognizerResultsIntent {
* All the values and the keys are {@link String}s. Each key/value pair represents an extra HTTP
* header. The keys can't be the standard HTTP headers as they are set by the WebView.
*
- * A list of size 1 may be provided to apply the same HTTP headers to all html results. A list
- * of the same size as {@link #EXTRA_VOICE_SEARCH_RESULT_STRINGS} may be provided to apply
- * different HTTP headers to each different html result in the
- * {@link #EXTRA_VOICE_SEARCH_RESULT_HTML} list.
+ * A list of size 1 may be provided to apply the same HTTP headers to all web results. A
+ * list of the same size as {@link #EXTRA_VOICE_SEARCH_RESULT_STRINGS} may be provided to
+ * apply different HTTP headers to each different web result in the list. These headers will
+ * only be used in the case that the url for a particular web result (from
+ * {@link #EXTRA_VOICE_SEARCH_RESULT_URLS}) is loaded.
*
* @hide not to be exposed immediately as the implementation details may change
*/