Merge "Documentation update for TextToSpeech#getFeatures"
This commit is contained in:
committed by
Android (Google) Code Review
commit
0a8596dc0c
@@ -990,6 +990,7 @@ public class TextToSpeech {
|
|||||||
* must be behave as per {@link Boolean#parseBoolean(String)}.
|
* must be behave as per {@link Boolean#parseBoolean(String)}.
|
||||||
*
|
*
|
||||||
* @param locale The locale to query features for.
|
* @param locale The locale to query features for.
|
||||||
|
* @return Set instance. May return {@code null} on error.
|
||||||
*/
|
*/
|
||||||
public Set<String> getFeatures(final Locale locale) {
|
public Set<String> getFeatures(final Locale locale) {
|
||||||
return runAction(new Action<Set<String>>() {
|
return runAction(new Action<Set<String>>() {
|
||||||
|
|||||||
Reference in New Issue
Block a user