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

Commit a1788af3 authored by Przemyslaw Szczepaniak's avatar Przemyslaw Szczepaniak
Browse files

Documentation update for TextToSpeech#getFeatures

Added note that it may return null in case of error.

Bug: 12323454
Change-Id: I246f7e894c5e8a6421bdd72c7623c72e8a13fc3a
parent 7638b1f3
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>>() {