Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit abec76e5 authored by Przemyslaw Szczepaniak's avatar Przemyslaw Szczepaniak Committed by Android Git Automerger
Browse files

am 0a8596dc: Merge "Documentation update for TextToSpeech#getFeatures"

* commit '0a8596dc':
  Documentation update for TextToSpeech#getFeatures
parents 85b043f6 0a8596dc
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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>>() {