Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Installing two apps using one apk

Tags:

android

I have 2 apps:

1 - ContentProvider;

2 - Application that uses this ContentProvider.

I need to install these 2 apps using single apk file. I want to push these two apps simultaneously, in Eclipse if I add to buildpath of one app another project and add several lines in the manifest.Is it possible to install simultaneously two apps(one of them is ContentProvider) using one apk?

like image 699
user21321 Avatar asked Jan 26 '26 14:01

user21321


1 Answers

Is it possible to install simultaneously two apps(one of them is ContentProvider) using one apk?

No, sorry.

like image 177
CommonsWare Avatar answered Jan 29 '26 02:01

CommonsWare