-
-
Notifications
You must be signed in to change notification settings - Fork 197
Xml merge doesn't work correctly #555
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
Comments
Hi, Ran into this as well, @Fatme did the generated xml file simply get replaced by the one provided in the plugin? I'm curious: is there a way to make the merge work with 1.1.0 on Android at all? |
Confimed it works fine with 1.1.1 👍 Merging an |
Hi @EddyVerbruggen, Can you send us the Manifest that you're trying to merge? |
Yep, I've tried: <application>
<activity
android:name="com.google.zxing.client.android.CaptureActivity"
android:clearTaskOnLaunch="true"
android:configChanges="orientation|keyboardHidden"
android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
android:windowSoftInputMode="stateAlwaysHidden"
android:exported="false">
<intent-filter>
<action android:name="com.google.zxing.client.android.SCAN"/>
<category android:name="android.intent.category.DEFAULT"/>
</intent-filter>
</activity>
</application> and <activity
android:name="com.google.zxing.client.android.CaptureActivity"
android:clearTaskOnLaunch="true"
android:configChanges="orientation|keyboardHidden"
android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
android:windowSoftInputMode="stateAlwaysHidden"
android:exported="false">
<intent-filter>
<action android:name="com.google.zxing.client.android.SCAN"/>
<category android:name="android.intent.category.DEFAULT"/>
</intent-filter>
</activity> In both cases this block is added outside the main |
Steps to reproduce:
AndroidManifest.xml
and adds some permissionsThe text was updated successfully, but these errors were encountered: