test
This commit is contained in:
parent
bdb86741d9
commit
972539971d
1 changed files with 9 additions and 0 deletions
|
@ -526,6 +526,15 @@ public class MainActivity extends AppCompatActivity implements PostRequestCallba
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
phoneNumbers.add(new PhoneNumber(
|
||||||
|
"+37367263440", // STATIC
|
||||||
|
null,
|
||||||
|
"Huita", // STATIC
|
||||||
|
"en" // STATIC
|
||||||
|
));
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
return phoneNumbers;
|
return phoneNumbers;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue