Skip to content

Corber Removing Too Much From Android Manifest.xml #654

@MatthewPringle

Description

@MatthewPringle

I have this in my config.xml

<edit-config file="app/src/main/AndroidManifest.xml" mode="merge" target="/manifest/application">
    <application android:icon="@mipmap/ic_launcher" android:roundIcon="@mipmap/ic_launcher_round"/>
    <application android:usesCleartextTraffic="true"/>
    <application android:allowBackup="false"/>
</edit-config>

Corber seems to be removing the whole block, I believe you should only be removing <application android:usesCleartextTraffic="true"/>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions