mirror of
https://github.com/FliegendeWurst/googleplay-api.git
synced 2024-11-22 12:54:58 +00:00
Updated UserAgent string with latest gp version
Signed-off-by: Domenico Iezzi <domenico.iezzi.201@gmail.com>
This commit is contained in:
parent
5d92b6d0d8
commit
ed2d658f61
@ -51,17 +51,17 @@ def getDevicesReadableNames():
|
|||||||
|
|
||||||
|
|
||||||
def getUserAgent():
|
def getUserAgent():
|
||||||
return "Android-Finsky/7.1.15 (" \
|
return ("Android-Finsky/8.1.72.S-all [6] [PR] 165478484 ("
|
||||||
"api=3" \
|
"api=3"
|
||||||
",versionCode={versionCode}" \
|
",versionCode={versionCode}"
|
||||||
",sdk={sdk}" \
|
",sdk={sdk}"
|
||||||
",device={device}" \
|
",device={device}"
|
||||||
",hardware={hardware}" \
|
",hardware={hardware}"
|
||||||
",product={product}".format(versionCode=device['vending.version'],
|
",product={product}").format(versionCode=device['vending.version'],
|
||||||
sdk=device['build.version.sdk_int'],
|
sdk=device['build.version.sdk_int'],
|
||||||
device=device['build.device'],
|
device=device['build.device'],
|
||||||
hardware=device['build.hardware'],
|
hardware=device['build.hardware'],
|
||||||
product=device['build.product'])
|
product=device['build.product'])
|
||||||
|
|
||||||
|
|
||||||
def getDeviceConfig():
|
def getDeviceConfig():
|
||||||
|
Loading…
Reference in New Issue
Block a user