mirror of
https://github.com/budtmo/docker-android.git
synced 2026-07-27 22:16:08 +00:00
Merge pull request #493 from jirkace/device_pixel
Allow to use Pixel C as emulator device
This commit is contained in:
@@ -45,6 +45,7 @@ Phone | Nexus 5
|
||||
Phone | Nexus One
|
||||
Phone | Nexus S
|
||||
Tablet | Nexus 7
|
||||
Tablet | Pixel C
|
||||
|
||||
Requirements
|
||||
------------
|
||||
|
||||
@@ -22,7 +22,8 @@ class Emulator(Device):
|
||||
"Samsung Galaxy S7 Edge",
|
||||
"Samsung Galaxy S8",
|
||||
"Samsung Galaxy S9",
|
||||
"Samsung Galaxy S10"
|
||||
"Samsung Galaxy S10",
|
||||
"Pixel C"
|
||||
)
|
||||
|
||||
API_LEVEL = {
|
||||
|
||||
@@ -59,6 +59,7 @@ Phone | Nexus 5
|
||||
Phone | Nexus One
|
||||
Phone | Nexus S
|
||||
Tablet | Nexus 7
|
||||
Tablet | Pixel C
|
||||
|
||||
|
||||
Proxy
|
||||
|
||||
Reference in New Issue
Block a user