Fix wrong TargetApi annotation.

This commit is contained in:
Ghislain MARY 2012-08-22 09:22:38 +02:00
parent 6803adf8d7
commit d0ad6c431f

View file

@ -25,7 +25,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
/**
* @author Sylvain Berfini
*/
@TargetApi(8)
@TargetApi(14)
public class ApiFourteenPlus {
public static void setPreferenceChecked(Preference preference, boolean checked) {