Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c4662dc1 authored by Android (Google) Code Review's avatar Android (Google) Code Review Committed by The Android Open Source Project
Browse files

am 97d6f756: Merge change 3491 into donut

Merge commit '97d6f756'

* commit '97d6f756':
  Moving the Tts java class from the android.tts package to the android.speech.tts package.
parents a92f6964 97d6f756
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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;