fix(Manifest): com.yalantis.ucrop.UCropActivity 추가

This commit is contained in:
2025-09-18 01:02:18 +09:00
parent d22907c7d5
commit 67109bfe3c
2 changed files with 7 additions and 1 deletions

View File

@@ -290,6 +290,12 @@
<activity android:name=".chat.talk.room.ChatRoomActivity" />
<activity
android:name="com.yalantis.ucrop.UCropActivity"
android:exported="false"
android:screenOrientation="portrait"
android:theme="@style/Theme.AppCompat.Light.NoActionBar" />
<provider
android:name="androidx.core.content.FileProvider"
android:authorities="${applicationId}.fileprovider"