mirror of
https://github.com/f-droid/fdroidserver.git
synced 2026-03-17 06:27:16 -04:00
Need a different device/sdk for the market check, that one doesn't work any more
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user