Skip to content

Commit

Permalink
Merge pull request #36 from Kantun36/manifest
Browse files Browse the repository at this point in the history
manifest
  • Loading branch information
Kantun36 authored Mar 22, 2024
2 parents 2b7e8fb + 09756e0 commit e7e9af4
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,20 +28,12 @@
android:theme="@style/Base.Theme.ChauveQuiPeut"
android:exported="true"
android:screenOrientation="portrait">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<activity
android:name=".EndGameActivity"
android:theme="@style/Base.Theme.ChauveQuiPeut"
android:exported="true"
android:screenOrientation="portrait">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<activity
android:name=".GameActivity"
Expand Down

0 comments on commit e7e9af4

Please sign in to comment.