Assume that I have an appstore. developers submit their application in this store.
My question is, is it possible to wrap those application with my application. What i mean?
I want to show some advertisements after application lunches by user and then let user to go to its application. is it possible?
I think it should be impossible because it is a kind of hacking others code. Am i right?
I think it’s possible to wrap in a way you have described, since launching of external application from Android viewpoint is just launching of another
Intent, so right before launching external application you will have a chance to start advertisement