danwilson / google-analytics-plugin

Cordova (PhoneGap) Plugin to connect to the native Google's Universal Analytics SDK 3.0
MIT License
695 stars 500 forks source link

Manifest merger failed : android:exported needs to be explicitly specified for element <receiver#com.google.android.gms.analytics.AnalyticsReceiver>. Apps targeting Android 12 and higher are required to specify an explicit value for `android:exported` when the corresponding component has an intent filter defined #602

Closed ChristianR30 closed 2 years ago

ChristianR30 commented 2 years ago

Please, android:exported="true" to receiver.

EYALIN commented 2 years ago

@ChristianR30 I added PR. thanks!

EYALIN commented 2 years ago

@danwilson you can close this issue since the PR merged. thanks