any one can help me with this issue : i updated al...
# androidgithubprojects
h
any one can help me with this issue : i updated all activities on manifest to android:exported=true but is still not fixed
Copy code
Installation failed due to: 'Failed to commit install session 169461024 with command package install-commit 169461024. Error: INSTALL_PARSE_FAILED_MANIFEST_MALFORMED: Failed parse during installPackageLI: /data/app/vmdl169461024.tmp/base.apk (at Binary XML file line #139): com.common.broadcast.NetworkBroadCastReceiver: Targeting S+ (version 31 and above) requires that an explicit value for android:exported be defined when intent filters are present'
e
This is a broadcast receiver, not an activity. Confirm your broadcast receivers are clearly declared in the manifest with the property android:exported. P.s. I’m not sure this is supposed to be asked on this channel though