Android: Fixed test bookmark
This commit is contained in:
parent
4722e1a096
commit
be275c8c06
@ -92,6 +92,7 @@ public class BookmarkDB extends SQLiteOpenHelper
|
||||
+ "VALUES ( "
|
||||
+ "32, 1, 1024, 768);";
|
||||
db.execSQL(sqlInsertDefaultScreenEntry);
|
||||
db.execSQL(sqlInsertDefaultScreenEntry);
|
||||
|
||||
String sqlInsertDefaultPerfFlags =
|
||||
"INSERT INTO tbl_performance_flags ("
|
||||
@ -105,6 +106,7 @@ public class BookmarkDB extends SQLiteOpenHelper
|
||||
+ "VALUES ( "
|
||||
+ "1, 0, 0, 0, 0, 0, 0);";
|
||||
db.execSQL(sqlInsertDefaultPerfFlags);
|
||||
db.execSQL(sqlInsertDefaultPerfFlags);
|
||||
|
||||
String sqlInsertDefaultSessionEntry =
|
||||
"INSERT INTO tbl_manual_bookmarks ("
|
||||
|
Loading…
x
Reference in New Issue
Block a user