Skip to content

Instantly share code, notes, and snippets.

View ferdy182's full-sized avatar

Fernando F. Gallego ferdy182

View GitHub Profile
package com.aracem.utils.version;
import android.os.Build;
/**
* Util class to check if the current device is running some of the awesome Android versions.
*
* Created by Marcos Trujillo (─‿‿─) on 3/02/14.
*/
public class SupportVersion {