Skip to content

Commit

Permalink
Add Pixel 3, Pixel 2
Browse files Browse the repository at this point in the history
  • Loading branch information
klausw committed Dec 8, 2018
1 parent 68b5e22 commit 6982f01
Showing 1 changed file with 30 additions and 5 deletions.
35 changes: 30 additions & 5 deletions dpdb-formatted.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"format": 1,
"last_updated": "2018-12-07T22:42:17Z",
"last_updated": "2018-12-07T23:58:30Z",
"devices": [
{
"type": "android",
Expand Down Expand Up @@ -46,10 +46,7 @@
"ua": "Pixel 2 XL"
}
],
"dpi": [
537.9,
537.9
],
"dpi": 537.9,
"bw": 3,
"ac": 1000
},
Expand All @@ -70,6 +67,34 @@
"bw": 3,
"ac": 1000
},
{
"type": "android",
"rules": [
{
"mdmh": "Google/*/Pixel 3/*"
},
{
"ua": "Pixel 3"
}
],
"dpi": 442.4,
"bw": 3,
"ac": 1000
},
{
"type": "android",
"rules": [
{
"mdmh": "Google/*/Pixel 2/*"
},
{
"ua": "Pixel 2"
}
],
"dpi": 441,
"bw": 3,
"ac": 500
},
{
"type": "android",
"rules": [
Expand Down

0 comments on commit 6982f01

Please sign in to comment.