Showing posts with label OS. Show all posts
Showing posts with label OS. Show all posts

Monday, June 11, 2012

Android: Get Android OS version example

  public void example() {
         String sOSVersion = Build.VERSION.RELEASE;
  }