Re: [android-developers] Building the sdk (.jar file) with calendar app

2010-02-18 Thread Mark Murphy
arnoldl wrote:
> I want my android.jar to include the calendar provider class.

Please don't do that.

> this is
> not in the normal .jar
> It's hidden for the sdk build by @hidden lines in the source.

Correct. It is not for SDK developer use at this time. It is subject to
modification by the core Android team and device manufacturers.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://twitter.com/commonsguy

_The Busy Coder's Guide to *Advanced* Android Development_
Version 1.3 Available!

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Building the sdk (.jar file) with calendar app

2010-02-18 Thread arnoldl
Hello all, newbie question...

I want my android.jar to include the calendar provider class..this is
not in the normal .jar
It's hidden for the sdk build by @hidden lines in the source.

i have read somewhere that by removing some @hidden's i can build a
android.jar with the calendar class..
But i can't find out how...

I just keep solving errors and dependencies when i remove the @hidden
in the calendarprovider.

any help is welcome.

thanks

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en