update app screenshots

This commit is contained in:
tibbi
2016-08-31 20:04:24 +02:00
parent a4fc98580f
commit 21161e44ad
4 changed files with 0 additions and 1 deletions

View File

@@ -20,7 +20,6 @@ class DbHelper(context: Context) : SQLiteOpenHelper(context, "launchers.db", nul
"$POSITION INTEGER " +
")"
companion object {
val ID: String = "_id"
val NAME: String = "name"