Monday, June 11, 2012

Android: Get device model name example


  public void example() {
         String sModel = Build.MODEL;
  }

No comments:

Post a Comment