Merge "Documentation update for TextToSpeech#getFeatures"

This commit is contained in:
Przemyslaw Szczepaniak
2014-03-25 10:40:18 +00:00
committed by Android (Google) Code Review

View File

@@ -990,6 +990,7 @@ public class TextToSpeech {
* must be behave as per {@link Boolean#parseBoolean(String)}.
*
* @param locale The locale to query features for.
* @return Set instance. May return {@code null} on error.
*/
public Set<String> getFeatures(final Locale locale) {
return runAction(new Action<Set<String>>() {