How to i fix ?
Hello,
Can you please add "android:exported="false"
inside each <activity />
tag.
For example:
<activity
android:name=".ui_components.messages.forward_message.CometChatForwardMessageActivity"
android:screenOrientation="portrait"
android:exported="false"`>
After upgrading targetSDK & compileSDK to 31, it is necessary to add these parameter inside each tag in AndroidManifest.xml
Please check below link for reference
2 Likes
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.