Bump us up to android-9 so we can have strict mode for development

This commit is contained in:
Jesse Vincent 2010-12-24 18:54:56 +00:00
parent 2806c267c9
commit 0b3dc2840b
3 changed files with 8 additions and 2 deletions

View File

@ -1,2 +1,2 @@
application-package=com.fsck.k9
target=android-8
target=android-9

View File

@ -10,4 +10,4 @@
# Indicates whether an apk should be generated for each density.
split.density=false
# Project target.
target=android-8
target=android-9

View File

@ -56,6 +56,12 @@ public class Editor implements android.content.SharedPreferences.Editor
return this;
}
// TODO Android 2.3 provides a sexy new "apply" method we need to implement
public void apply() { commit(); }
/* This method is poorly defined. It should throw an Exception on failure */
//@Override
public boolean commit()