Skip to content

Commit

Permalink
AndroidManifest.xml changed (changed the launcher activity)
Browse files Browse the repository at this point in the history
  • Loading branch information
Harounnn committed Apr 24, 2024
1 parent b57a276 commit e8cce07
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,15 @@
android:supportsRtl="true"
android:theme="@style/Theme.ReadITAI"
tools:targetApi="31">
<activity
android:name=".Hub"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />

<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<activity
android:name=".MainActivity"
android:exported="true">
Expand Down

0 comments on commit e8cce07

Please sign in to comment.