I've checked out the source of Calendar application from the git repository. But I can't build it because there are lines like this in the code which eclipse says 'cannot be resolved':
import static android.provider.Calendar.EVENT_BEGIN_TIME; I checked the source code of android.provider.Calendar, there is a @hide in it's javacode which I guess that makes the class hidden in the sdk. How can I modify the calendar application without building the whole code of android? Thanks -- 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

