Skip to content

Commit

Permalink
#11 [mod] : manifest roll back
Browse files Browse the repository at this point in the history
  • Loading branch information
chanubc committed Apr 19, 2024
1 parent 3cfb005 commit 32920ba
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,7 @@
tools:targetApi="31">
<activity
android:name=".feature.auth.LoginActivity"
android:exported="true"></activity>
<activity
android:name=".feature.MainActivity"
android:exported="true"
android:label="@string/app_name"
android:theme="@style/Theme.NOWSOPTAndroid">

android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />

Expand All @@ -30,6 +24,10 @@
<activity
android:name=".feature.auth.SignUpActivity"
android:exported="false" />
<activity
android:name=".feature.MainActivity"
android:exported="true"
android:theme="@style/Theme.NOWSOPTAndroid" />
</application>

</manifest>

0 comments on commit 32920ba

Please sign in to comment.