Showing posts with label CPU. Show all posts
Showing posts with label CPU. Show all posts

Monday, June 11, 2012

Android: Get device CPU Processor example


  public void example() {
         String sCPU = Build.CPU_ABI;
  }