[android-developers] How to handle a cloned service from paid and free app?

2010-02-26 Thread Moto
I would like to make my life easier by having one common code base for my service for both paid and free apps. I want to eliminate the complex merging I find my self doing every time I need to release! As of now I had to change the service file name along with the Remote service aidl calls.

Re: [android-developers] How to handle a cloned service from paid and free app?

2010-02-26 Thread Frank Weiss
This is a recurring question. I think it should be added to the Android dev docs. On Feb 26, 2010 9:39 AM, Moto medicalsou...@gmail.com wrote: I would like to make my life easier by having one common code base for my service for both paid and free apps. I want to eliminate the complex merging I