summaryrefslogtreecommitdiffstats
path: root/app/src/main/AndroidManifest.xml
diff options
context:
space:
mode:
authorLeonardo Bishop <me@leonardobishop.com>2024-11-16 17:57:34 +0000
committerLeonardo Bishop <me@leonardobishop.com>2024-11-16 17:57:51 +0000
commitce75f5c1f5b19540a7304bea35d58fb102cf0710 (patch)
tree78dffb08235b0af9c198740d1bd6da7db50cd6cd /app/src/main/AndroidManifest.xml
parent2aed0f80930c4c7baf756a8154955840ee50c367 (diff)
add casino
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 60b3dd6..6193984 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -23,6 +23,17 @@
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
+ <activity
+ android:name=".CasinoActivity"
+ 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