File tree Expand file tree Collapse file tree
apps/app/android/app/src/main Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments