Thursday, August 15, 2013

Get Phone Details of Android device

Now you can know about your device information in just one click.Device information like: Bootloader, brand, CPU ABI, CPU ABI2, Device, Display, Fingerprint, Hardware, Manufacturer, Product, SDK Version.


  • No need to add any permissions in AndroidMenifest.xml file.

  1. android.os.Build.BOOTLOADER
  2. android.os.Build.BRAND
  3. android.os.Build.CPU_ABI
  4. android.os.Build.CPU_ABI2
  5. android.os.Build.DEVICE
  6. android.os.Build.DISPLAY
  7. android.os.Build.FINGERPRINT
  8. android.os.Build.HARDWARE
  9. android.os.Build.MANUFACTURER
  10. android.os.Build.PRODUCT
  11. android.os.Build.VERSION.SDK


  • Just set it in textView and check result. Here i have attached screenshot of this details.


Download Full Source Code: Here




1 comment: