PicklesAU opened a new issue #1126:
URL: https://github.com/apache/cordova-android/issues/1126
Hi,
I try to include multiple cordova plugins
when try to add this edit-config, it claims tobe conflicted.
```
<edit-config file="AndroidManifest.xml" mode="merge"
target="/manifest/application">
<application android:requestLegacyExternalStorage="true" />
</edit-config>
```
after troubleshoot notice that this conflicted with this one
```
<config-file target="AndroidManifest.xml" parent="/manifest/application">
<activity android:name="com.cordovaplugincamerapreview.CameraActivity"
android:screenOrientation="portrait" android:theme="@style/CameraPreviewTheme"
/>
</config-file>
```
if i remove this config-file parent="/manifest/application" it working fine,
i can build it,
but shouldn't this not a conflict?
how i fix this if i want to add both activity tag under application tag and
add android:requestLegacyExternalStorage to application tag?
Regards,
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]