Akhil Jain
01/11/2022, 11:08 AMandroid:exported
flag to every activity/receiver/services/provider tags present in my manifest file. But still I am getting this error.
Manifest merger failed : android:exported needs to be explicitly specified for <receiver>. 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.
So I am guessing this issue is due to any 3rd party library whose manifest contains a receiver without android:exported
flag.
I have also checked merged manifest file for missing android:exported
in components of any third party libraries. But in merged manifest file also all activity/receiver/services tags has exported flag.
So how can I find that missing receiver which is causing the issue.Rak
01/11/2022, 1:48 PMAkhil Jain
01/12/2022, 2:56 AMandroid:exported
in it.Priya
01/13/2022, 3:49 AMAkhil Jain
01/13/2022, 3:53 AMandroid:exported
attribute.Akhil Jain
01/13/2022, 3:54 AMPriya
01/13/2022, 4:08 AMAkhil Jain
01/13/2022, 4:12 AMAhmet Hasim Delibas
02/23/2022, 7:38 AM