Skip to content

Commit b42b2f4

Browse files
authored
fix:과거 notifee 리시버 제거 (#281)
1 parent f0d612b commit b42b2f4

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

apps/app/android/app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<category android:name="android.intent.category.DEFAULT" />
3434
<category android:name="android.intent.category.BROWSABLE" />
3535

36-
<!-- Redirect URI: "kakao{NATIVE_APP_KEY}://oauth-->
36+
<!-- Redirect URI: "kakao{NATIVE_APP_KEY}://oauth"-->
3737
<data android:host="oauth"
3838
android:scheme="kakao6754084b45fdd747c58d0b8ce588e70b" />
3939
</intent-filter>
@@ -48,12 +48,5 @@
4848
<service
4949
android:name="io.invertase.firebase.messaging.ReactNativeFirebaseMessagingHeadlessService"
5050
android:exported="false" />
51-
<receiver android:name="app.notifee.receivers.NotificationReceiver" android:exported="true" />
52-
<receiver android:name="app.notifee.receivers.BootReceiver" android:enabled="true" android:exported="true">
53-
<intent-filter>
54-
<action android:name="android.intent.action.BOOT_COMPLETED"/>
55-
<action android:name="android.intent.action.MY_PACKAGE_REPLACED"/>
56-
</intent-filter>
57-
</receiver>
5851
</application>
5952
</manifest>

0 commit comments

Comments
 (0)