diff options
| author | Leonardo Bishop <me@leonardobishop.com> | 2024-11-17 03:12:49 +0000 |
|---|---|---|
| committer | Leonardo Bishop <me@leonardobishop.com> | 2024-11-17 03:15:17 +0000 |
| commit | de66bedf501cb31dff976b939159e819313299c9 (patch) | |
| tree | 7d8fbe408ab3b5cf16dcc9ae89a77ba0374028ba /app/src/main/AndroidManifest.xml | |
| parent | d2f09ad53eabf77a065e2b01076dc66091f43b3b (diff) | |
add coal mines
Diffstat (limited to 'app/src/main/AndroidManifest.xml')
| -rw-r--r-- | app/src/main/AndroidManifest.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 72a9b6e..d4a9b12 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -36,6 +36,17 @@ </intent-filter> </activity> <activity + android:name=".CoalMineActivity" + 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> + <activity android:name=".DrinkingActivity" android:exported="true" android:label="@string/app_name" |
