Fix wrong TargetApi annotation.
This commit is contained in:
parent
6803adf8d7
commit
d0ad6c431f
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue