diff options
-rwxr-xr-x | core/java/android/speech/tts/Tts.java (renamed from tts/java/android/tts/Tts.java) | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tts/java/android/tts/Tts.java b/core/java/android/speech/tts/Tts.java index 6c8b36d..804380d 100755 --- a/tts/java/android/tts/Tts.java +++ b/core/java/android/speech/tts/Tts.java @@ -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; |