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:
Android (Google) Code Review
2009-06-08 17:27:18 -07:00

View File

@@ -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;