Merge change 3491 into donut
* changes: Moving the Tts java class from the android.tts package to the android.speech.tts package. The Tts class (still hidden at this point) is the only Text-To-Speech class that will be exposed to application developers.
This commit is contained in:
@@ -13,7 +13,10 @@
|
||||
* License for the specific language governing permissions and limitations under
|
||||
* the License.
|
||||
*/
|
||||
package android.tts;
|
||||
package android.speech.tts;
|
||||
|
||||
import android.tts.ITts;
|
||||
import android.tts.ITtsCallback;
|
||||
|
||||
import android.content.ComponentName;
|
||||
import android.content.Context;
|
||||
Reference in New Issue
Block a user