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

Commit 21a6a6d2 authored by Jean-Michel Trivi's avatar Jean-Michel Trivi
Browse files

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.
parent 410ea662
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;