I want to combine two different Android projects in order to use the functionality of both in one project. They use complete various packages for files.
I copied files with different packages in one project, but there is a problem with the manifest file.
Is it possible to have different packages in an Android manifest file? Or how can I solve this? Maybe specify actions with the whole package, and not use ".shortcut"?
I hope someone helps me.
Thanks!
source share