Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

duplicated entry in generated AndroidManifest.xml #34

Closed
gitawego opened this issue Feb 11, 2016 · 2 comments
Closed

duplicated entry in generated AndroidManifest.xml #34

gitawego opened this issue Feb 11, 2016 · 2 comments

Comments

@gitawego
Copy link

with this config:

<config-file parent="/*" target="AndroidManifest.xml">
            <uses-permission android:name="android.permission.CAMERA" />
            <uses-feature android:name="android.hardware.camera" />
            <uses-feature android:name="android.hardware.camera.autofocus" />
        </config-file>

generated file AndroidManifest.xml contains twice android.hardware.camera.autofocus but not android.hardware.camera

@gitawego gitawego changed the title duplicated entry in AndroidManifest.xml duplicated entry in generated AndroidManifest.xml Feb 11, 2016
@dpa99c
Copy link
Owner

dpa99c commented Feb 11, 2016

I'll have a look at this and get back to you...

@dpa99c dpa99c closed this as completed in 0d82a1c Feb 12, 2016
@dpa99c
Copy link
Owner

dpa99c commented Feb 12, 2016

Fix is pushed to master. Not released to npm yet as I have another couple of fixes to do, but you can install fixed version directly:

cordova plugin add https://github.com/dpa99c/cordova-custom-config

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants