Bump us up to android-9 so we can have strict mode for development
This commit is contained in:
parent
2806c267c9
commit
0b3dc2840b
3 changed files with 8 additions and 2 deletions
|
@ -1,2 +1,2 @@
|
|||
application-package=com.fsck.k9
|
||||
target=android-8
|
||||
target=android-9
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue