On Sun, Sep 16, 2012 at 8:50 AM, pe <[email protected]> wrote: > I want to do some change to the default Google calendar app, and make it > coexist with the default one on my phone, but I get errors about importing > classes from other packages. How to solve it? And is it legal to sell the > modified version of it on Google Play? I know it is Apache 2.0 licensed but > I do not know exactly if this is permitted. I tried to write a calendar app > which is almost the same like Google calendar on Android, and it is half > done, but now I just has no feeling to go on and what to know if I can > implement my ideas on the existing codes. > > Thanks.
You can get the actual calendar app from the AOSP. Be aware that while we wan't really tell you what is legal, it is *against the market rules* to distribute such a thing. Specifically, you can't write an app that competes with another Google app. (This is what is stated in the Google Play TOS, you should read it yourself and interpret / ask a lawyer for qualified legal counsel.) kris -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

