Skip to content

Commit

Permalink
add Google Pixel to dpdb-cache (Pixel XL already covered, Pixel was not)
Browse files Browse the repository at this point in the history
  • Loading branch information
trakout committed Feb 21, 2017
1 parent 36a9a41 commit 1da4b02
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/dpdb/dpdb-cache.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,17 @@ var DPDB_CACHE = {
"ac": 1000
},

{
"type": "android",
"rules": [
{ "mdmh": "Google//Pixel/" },
{ "ua": "Pixel" }
],
"dpi": [432.6, 436.7],
"bw": 3,
"ac": 1000
},

{
"type": "android",
"rules": [
Expand Down

0 comments on commit 1da4b02

Please sign in to comment.