added precreated sp account
This commit is contained in:
parent
7624f2053b
commit
f9d3495571
1 changed files with 2 additions and 0 deletions
|
@ -95,6 +95,8 @@ public class DBHelper extends SQLiteOpenHelper {
|
|||
writeDB = this.getWritableDatabase();
|
||||
//pre-add the admin user
|
||||
addUser(new Admin());
|
||||
addUser(new ServiceProvider("testing", "testing", "testing", "testing",
|
||||
"testing", "0000000000", "testing", true, "testing"));
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue