am bc916b22: Fix checkbuild error due to javadoc reference to hidden class

* commit 'bc916b221a344d0d2f8f6353c5162f9a6d61eb8b':
  Fix checkbuild error due to javadoc reference to hidden class
This commit is contained in:
Sandeep Siddhartha
2013-09-09 19:30:09 -07:00
committed by Android Git Automerger

View File

@@ -48,8 +48,7 @@ public abstract class HotwordRecognitionService extends Service {
private static final boolean DBG = false; private static final boolean DBG = false;
/** /**
* Key used to retrieve a string to be displayed to the user passed to the * Key used to retrieve a string to be displayed to the user.
* {@link android.speech.hotword.HotwordRecognitionListener#onHotwordEvent(int, Bundle)} method.
*/ */
public static final String KEY_PROMPT_TEXT = "prompt_text"; public static final String KEY_PROMPT_TEXT = "prompt_text";