How I can get the architecture of the chip in android runtime -


How can I get the Snapdragon chip architecture in the Android Runtime?

I do not have

thanks

Try:

/ P>

  string arch = System.getProperty ("os.arch");  

System.getProperty () is a complete list of parameters.


Comments