mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-04 22:40:12 +01:00
Market API now requires a (random) device I
This commit is contained in:
parent
308b7c69f9
commit
948fd00ef3
@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user