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:
parent
2806c267c9
commit
0b3dc2840b
@ -1,2 +1,2 @@
|
|||||||
application-package=com.fsck.k9
|
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.
|
# 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
|
||||||
|
@ -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()
|
||||||
|
Loading…
Reference in New Issue
Block a user