Failed attempt to make marketcheck work again. Need new device ID.

This commit is contained in:
Ciaran Gultnieks 2011-10-02 11:52:48 +01:00
parent 29ada7392f
commit 1191650b99
5 changed files with 4 additions and 4 deletions

View file

@ -46,7 +46,7 @@ class test {
MarketSession session = new MarketSession();
session.getContext().setAndroidId("87548757565689");
session.getContext().setDeviceAndSdkVersion("crespo:8");
session.getContext().setDeviceAndSdkVersion("sapphire:7");
System.out.println("Login...");
session.login(login,password);
System.out.println("Login done");