summaryrefslogtreecommitdiffstats
path: root/app/src/main/AndroidManifest.xml
diff options
context:
space:
mode:
authorLeightonGinty <lxg184@student.bham.ac.uk>2024-11-17 02:43:54 +0000
committerLeightonGinty <lxg184@student.bham.ac.uk>2024-11-17 02:43:54 +0000
commit2362ad958a1bfc0d7a0aab173bd85e197e538ea1 (patch)
treea7a39e77e1f9ebdb6f3311ce746c89e25b1f4006 /app/src/main/AndroidManifest.xml
parent9293ee3d1a19b107f5f79d65828db714c8a1a0e7 (diff)
Add driving
Diffstat (limited to 'app/src/main/AndroidManifest.xml')
-rw-r--r--app/src/main/AndroidManifest.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index e135506..72a9b6e 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -68,6 +68,17 @@
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
+ <activity
+ android:name=".DrivingActivity"
+ android:exported="true"
+ android:label="@string/app_name"
+ android:theme="@style/Theme.AlcaGotchi">
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN" />
+
+ <category android:name="android.intent.category.LAUNCHER" />
+ </intent-filter>
+ </activity>
</application>
</manifest> \ No newline at end of file