mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 06:50:29 +03:00
Market API now requires a (random) device I
This commit is contained in:
parent
308b7c69f9
commit
948fd00ef3
1 changed files with 3 additions and 1 deletions
|
|
@ -44,6 +44,7 @@ class test {
|
||||||
System.out.println("Apps to check: " + apps.size());
|
System.out.println("Apps to check: " + apps.size());
|
||||||
|
|
||||||
MarketSession session = new MarketSession();
|
MarketSession session = new MarketSession();
|
||||||
|
session.getContext().setAndroidId("87548757565689");
|
||||||
System.out.println("Login...");
|
System.out.println("Login...");
|
||||||
session.login(login,password);
|
session.login(login,password);
|
||||||
System.out.println("Login done");
|
System.out.println("Login done");
|
||||||
|
|
@ -108,7 +109,8 @@ class test {
|
||||||
|
|
||||||
}
|
}
|
||||||
} catch (Exception ex) {
|
} catch (Exception ex) {
|
||||||
System.out.println("...Exception!");
|
System.out.println("...Exception");
|
||||||
|
ex.printStackTrace();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue