utilização do tts para saudação

This commit is contained in:
2026-02-20 14:49:18 +00:00
parent dd567337e6
commit 7839484192
6 changed files with 145 additions and 46 deletions

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools">
xmlns:tools="http://schemas.android.com/tools" >
<application
android:allowBackup="true"
@@ -10,13 +10,16 @@
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/Theme.DreamBar">
android:theme="@style/Theme.DreamBar" >
<activity
android:name=".MenuActivity"
android:exported="false" />
<activity
android:name=".NomeActivity"
android:exported="false" />
<activity
android:name=".MainActivity"
android:exported="true">
android:exported="true" >
<intent-filter>
<action android:name="android.intent.action.MAIN" />