Monday, June 11, 2012

Android: How to get device unique ID example

Available starting from 2.3+ (level 9)

  public void example() {
         String sUID = Build.SERIAL;
  }

No comments:

Post a Comment