Monday, June 11, 2012

Android: Get device manufacturer name example


  public void example() {
         String sManufacturer = Build.MANUFACTURER;
  }

No comments:

Post a Comment