1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-07-04 16:30:12 +02:00

Market API now requires a (random) device I

This commit is contained in:
Ciaran Gultnieks 2010-11-27 09:10:33 +00:00
parent 308b7c69f9
commit 948fd00ef3

View File

@ -44,6 +44,7 @@ class test {
System.out.println("Apps to check: " + apps.size());
MarketSession session = new MarketSession();
session.getContext().setAndroidId("87548757565689");
System.out.println("Login...");
session.login(login,password);
System.out.println("Login done");
@ -108,7 +109,8 @@ class test {
}
} catch (Exception ex) {
System.out.println("...Exception!");
System.out.println("...Exception");
ex.printStackTrace();
}
}