Closed ashishgkwd534 closed 2 years ago
Resolve #196 Android 12 and onward it is mandatory to add android:exported in the service tag in AndroidManifest.xml. Added android:exported="true" to the FirebaseMessagingPluginService.
android:exported
service
AndroidManifest.xml
android:exported="true"
@ashishgkwd534 your PR makes sense. Just a small tweak and it's ready to be merged
@ashishgkwd534 released in 6.1.2
Resolve #196 Android 12 and onward it is mandatory to add
android:exported
in theservice
tag inAndroidManifest.xml
. Addedandroid:exported="true"
to the FirebaseMessagingPluginService.