summaryrefslogtreecommitdiffstats
path: root/app/src/main/AndroidManifest.xml
diff options
context:
space:
mode:
authorLeightonGinty <lxg184@student.bham.ac.uk>2024-11-17 03:41:05 +0000
committerLeightonGinty <lxg184@student.bham.ac.uk>2024-11-17 03:41:05 +0000
commit5823dcfc089896f62350b2d93e9a92cef786b89e (patch)
tree6b85439f726ed9ffcbcc19ea4cda8e11fe63536a /app/src/main/AndroidManifest.xml
parentde66bedf501cb31dff976b939159e819313299c9 (diff)
Add partying
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">