Android string kernel version -


i trying understand kernel version available @ settings of device.

my device, example, have following kernel version:

kernel version: 3.4.0-1565445 se.infra@swdb2914 #1 smp peempt wed aug 13 03:54:31 kst 2014

could explain me each element of string? , how can through android sdk.

thanks , sorry poor english.

to kernel version in app use string

 string kernel = system.getproperty("os.version"); 

Comments