1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-07-08 10:10:10 +02:00

Need a different device/sdk for the market check, that one doesn't work any more

This commit is contained in:
Ciaran Gultnieks 2011-02-12 22:01:45 +00:00
parent 02d34f96ba
commit b7c79f4436

View File

@ -44,7 +44,9 @@ class test {
System.out.println("Apps to check: " + apps.size());
MarketSession session = new MarketSession();
session.getContext().setAndroidId("87548757565689");
session.getContext().setDeviceAndSdkVersion("crespo:8");
System.out.println("Login...");
session.login(login,password);
System.out.println("Login done");