summaryrefslogtreecommitdiffstats
path: root/app/src/main/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/AndroidManifest.xml')
-rw-r--r--app/src/main/AndroidManifest.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index 449cc20..aff3be9 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -15,7 +15,6 @@
<activity
android:name=".presentation.activities.AuthActivity"
android:exported="true"
- android:label="@string/app_name"
android:theme="@style/Theme.ProyectoAndroid">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
@@ -23,6 +22,11 @@
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
+ <activity
+ android:name=".presentation.activities.MainActivity"
+ android:exported="true"
+ android:theme="@style/Theme.ProyectoAndroid">
+ </activity>
</application>
</manifest> \ No newline at end of file