Skip to content

Instantly share code, notes, and snippets.

@dweinstein
Last active May 16, 2016 12:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dweinstein/cf37d7f3dc6fdda39de9ad492b207d63 to your computer and use it in GitHub Desktop.
Save dweinstein/cf37d7f3dc6fdda39de9ad492b207d63 to your computer and use it in GitHub Desktop.
nexus 7 razor MOB30J 6.0.1 android
'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