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, 3 insertions, 3 deletions
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index d4a9b12..6a9930c 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -58,7 +58,7 @@
</intent-filter>
</activity>
<activity
- android:name=".RequestTest"
+ android:name=".ShopActivity"
android:exported="true"
android:label="@string/app_name"
android:theme="@style/Theme.AlcaGotchi">
@@ -69,7 +69,7 @@
</intent-filter>
</activity>
<activity
- android:name=".ShopActivity"
+ android:name=".DrivingActivity"
android:exported="true"
android:label="@string/app_name"
android:theme="@style/Theme.AlcaGotchi">
@@ -80,7 +80,7 @@
</intent-filter>
</activity>
<activity
- android:name=".DrivingActivity"
+ android:name=".PartyActivity"
android:exported="true"
android:label="@string/app_name"
android:theme="@style/Theme.AlcaGotchi">