Hi, On Wednesday, June 29, 2011 10:42:20 AM UTC+2, Gopi wrote: > > Hi freakingtux, > > I want to know how this android.os.Build.Version.SDK works. I > mean how the package gets the info from the system. so that i can > directly use that way in my C file.... >
Perhaps you are after this information: http://rxwen.blogspot.com/2010/01/android-property-system.html As far a I know different variable are put int build.prop during the rootfs creation and these are read during bootup. Greetings -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
