diff options
author | Przemyslaw Szczepaniak <pszczepaniak@google.com> | 2014-05-30 11:00:17 +0100 |
---|---|---|
committer | Przemyslaw Szczepaniak <pszczepaniak@google.com> | 2014-06-11 13:49:48 +0100 |
commit | 1b5637ee32c5d4e5d857fa86a1b1c1db23d027b7 (patch) | |
tree | 4c857c995524f7763fb4ef3b3cd280d3a9af7d48 /tests/permission | |
parent | dad8f819a710510be28e9fdeee84f9b5b2ddacbf (diff) | |
download | frameworks_base-1b5637ee32c5d4e5d857fa86a1b1c1db23d027b7.zip frameworks_base-1b5637ee32c5d4e5d857fa86a1b1c1db23d027b7.tar.gz frameworks_base-1b5637ee32c5d4e5d857fa86a1b1c1db23d027b7.tar.bz2 |
Expose "default tts locale" to the TTS V2 API.
This change allows TTS V2 API client applications to honor the
"default TTS locale" set by the user in the TTS settings.
Note that the TTS V1 API uses 3 character country/language codes
for locale encoding. It's the only system component that does
that. TTS V2 uses the standard, valid Locale objects. The default
TTS locale setting was stored as a 3 character locale string with
"-" as the separator.
This change switches the TTS locale setting format to the output of
Locale.toString() call (on a valid Locale object). Methods used for
reading this value can interpret both forms and try to return a valid
Locale object as an output.
Change-Id: Ice2e6c25a43eb9dd6e17d371ee582c2dae3329c9
Diffstat (limited to 'tests/permission')
0 files changed, 0 insertions, 0 deletions