1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-12-24 08:38:51 -05:00

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 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. # Indicates whether an apk should be generated for each density.
split.density=false split.density=false
# Project target. # Project target.
target=android-8 target=android-9

View File

@ -56,6 +56,12 @@ public class Editor implements android.content.SharedPreferences.Editor
return this; 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 */ /* This method is poorly defined. It should throw an Exception on failure */
//@Override //@Override
public boolean commit() public boolean commit()