In our project, the intent-filter part is deleted from the code below declared in Plugins/Android/AndroidManifest.xml and exported to the Android project.
Afterwards, the apk is being built by adding the intent-filter as shown below in AndroidManifest.xml, which was added by AndroidStudio itself.
If you do this, the following error occurs when you use the share function, and it does not work.
In our project, the intent-filter part is deleted from the code below declared in Plugins/Android/AndroidManifest.xml and exported to the Android project.
Afterwards, the apk is being built by adding the intent-filter as shown below in AndroidManifest.xml, which was added by AndroidStudio itself.
If you do this, the following error occurs when you use the share function, and it does not work.
Is there any solution in this case?