Stephane84 commented on issue #1245:
URL: 
https://github.com/apache/cordova-android/issues/1245#issuecomment-865135029


   Well, it was so easy, and i missed it !
   Thanks, config-file did the job
   
   ```
   <config-file target="AndroidManifest.xml" parent="/manifest" 
xmlns:android="http://schemas.android.com/apk/res/android";>
       <queries>
           <package android:name="my.package.name1"/>
           <package android:name="my.package.name2"/>
       </queries>
   </config-file>
   ```
   


-- 
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]

Reply via email to