开发者

Can I have two different packages in same Android application? [duplicate]

开发者 https://www.devze.com 2023-02-02 06:18 出处:网络
This question already has answers here: 开发者_运维技巧 launch activities from different package
This question already has answers here: 开发者_运维技巧 launch activities from different package (5 answers) Closed 3 years ago.

I have two different applications doing different things. Now I'm creating an application in which main.xml will have only two buttons and each button click will open one of these application.

I want to include these two applications' code along with their packages to my this application [for some reasons I really do not want to change their packaga names]. Is it possible?

Will manifest file creation need any non-trivial changes?

Thanx in advance.


Yes, you can have two different packages in your application.

0

精彩评论

暂无评论...
验证码 换一张
取 消