Last active
May 16, 2016 12:51
-
-
Save dweinstein/cf37d7f3dc6fdda39de9ad492b207d63 to your computer and use it in GitHub Desktop.
nexus 7 razor MOB30J 6.0.1 android
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'use strict'; | |
const tsml = require('tsml'); | |
const USER_AGENT = tsml`Android-Finsky/6.4.12.C-all%20%5B0%5D%202744941 | |
(api=3,versionCode=80641200,sdk=23,device=flo,hardware=flo,product=razor, | |
platformVersionRelease=6.0.1,model=Nexus%207,buildId=MOB30J,isWideScreen=0)`; | |
const DOWNLOAD_MANAGER_USER_AGENT = tsml`AndroidDownloadManager/6.0.1 | |
(Linux; U; Android 6.0.1; Nexus 7 Build/MOB30J)`; | |
module.exports = { | |
USER_AGENT: USER_AGENT, | |
DOWNLOAD_MANAGER_USER_AGENT: DOWNLOAD_MANAGER_USER_AGENT | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment