dropping gmail support, k9 mail support is more important, in any case gmail support is not working as of android 2.3 and later

This commit is contained in:
Dominik
2012-03-10 21:36:08 +01:00
parent 328da74eb2
commit 9ce7842ac9
5 changed files with 96 additions and 334 deletions

View File

@@ -116,9 +116,6 @@ public class Database extends SQLiteOpenHelper {
UserIds.USER_ID + " " + UserIds.USER_ID_type + "," +
UserIds.RANK + " " + UserIds.RANK_type + ");");
db.execSQL("CREATE TABLE " + Accounts.TABLE_NAME + " (" +
Accounts._ID + " " + Accounts._ID_type + "," +
Accounts.NAME + " " + Accounts.NAME_type + ");");
}
@Override