I'm working on a project where I've to integrate two Android apps into a single app, using Android Studio IDE.
For example, I have App_A and App_B; these two Android apps are from two separate vendors. Now I've to integrate App_B inside App_A. Hence there would be a single AndroidManifest.xml file (of App_A) with MainActivity (launcher) and a single apk would be generated.
So far, I've imported App_B as a module inside App_A. Now, I can run each module separately. But I've to create a single apk file comprising of two modules.
I've searched in different Android forums in the Internet and so far I've not found any suitable solution.
First of all, I want to know whether it's possible to integrate two Android apps from two different vendors into a single Android app. If it's possible then please provide a solution to this issue. Also it would be a great help if you can send me your suggestions, ideas or any links regarding this issue.
Thanks & regards,
Debu