Skip to content

Commit

Permalink
#158 / mainfest에 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
taeheeL committed Dec 10, 2023
1 parent c55e485 commit 55d1258
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@
android:dataExtractionRules="@xml/data_extraction_rules"
android:fullBackupContent="@xml/backup_rules"
android:icon="@mipmap/ic_sparkle"
android:theme="@style/Theme.UNIAOS"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_sparkle_round"
android:supportsRtl="true"
android:theme="@style/Theme.UNIAOS"
android:usesCleartextTraffic="true"
tools:targetApi="31">
<activity
android:name=".presentation.IntroActivity"
android:exported="true"
android:theme="@style/Theme.App.Starting"
android:screenOrientation="portrait">
android:screenOrientation="portrait"
android:theme="@style/Theme.App.Starting">
<intent-filter>
<action android:name="android.intent.action.MAIN" />

Expand Down Expand Up @@ -155,6 +155,11 @@
android:exported="false"
android:screenOrientation="portrait" />

<activity
android:name=".presentation.invite.AskActivity"
android:exported="false"
android:screenOrientation="portrait" />

<provider
android:name="androidx.core.content.FileProvider"
android:authorities="sopt.uni.fileprovider"
Expand Down

0 comments on commit 55d1258

Please sign in to comment.