While I was developing an Android app for a customer of mine, I asked to myself:- "which are the system properties available on Android Platform?".I cannot find any exaustive page on internet speaking about that, so I wrote this post to share what I discover.I wrote a simple app that prints in the log the system properties. This is what I found:
android.vm.dexfile:true
java.runtime.name:Android Runtime
java.runtime.version:0.9
java.vendor:The Android Project
java.vendor.url:http://www.android.com/
java.vm.version:1.0.1
java.vm.vendor:The Android Project
java.vm.name:Dalvik
java.vm.vendor.url:http://www.android.com/
java.vm.specification.name:Dalvik Virtual Machine Specification
ja...
[More]