[android-beginners] Re: A little help?

2008-10-25 Thread krishna devarapalli
Hi, I am new to android platform. I would like to contribute to the android platform in the boot code and linux kernel. Request pointers for the same. Thanks in advance. Cheers, Krishna --~--~-~--~~~---~--~~ You received this message because you are subscribed to

[android-beginners] Re: A little help?

2008-10-25 Thread Sunit Katkar
Look at http://code.google.com/android/reference/android/os/Build.html You can get the information about the device and the build being run on the device by using code like this import import android.os.Build; public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState)