|
|
|
|
|
|
|
|
/* |
|
|
/* |
|
|
* Copyright (C) 2012 Reece H. Dunn |
|
|
|
|
|
|
|
|
* Copyright (C) 2012-2013 Reece H. Dunn |
|
|
* Copyright (C) 2011 The Android Open Source Project |
|
|
* Copyright (C) 2011 The Android Open Source Project |
|
|
* |
|
|
* |
|
|
* Licensed under the Apache License, Version 2.0 (the "License"); |
|
|
* Licensed under the Apache License, Version 2.0 (the "License"); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
final int result = TextToSpeech.LANG_AVAILABLE; |
|
|
final int result = TextToSpeech.LANG_AVAILABLE; |
|
|
final Intent returnData = new Intent(); |
|
|
final Intent returnData = new Intent(); |
|
|
returnData.putExtra("sampleText", text); |
|
|
|
|
|
|
|
|
returnData.putExtra(TextToSpeech.Engine.EXTRA_SAMPLE_TEXT, text); |
|
|
setResult(result, returnData); |
|
|
setResult(result, returnData); |
|
|
finish(); |
|
|
finish(); |
|
|
} |
|
|
} |