Skip to content

Commit ac251e7

Browse files
authored
Merge pull request #493 from jirkace/device_pixel
Allow to use Pixel C as emulator device
2 parents 88dbde5 + b997803 commit ac251e7

3 files changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ Phone | Nexus 5
4545
Phone | Nexus One
4646
Phone | Nexus S
4747
Tablet | Nexus 7
48+
Tablet | Pixel C
4849

4950
Requirements
5051
------------

cli/src/device/emulator.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ class Emulator(Device):
2222
"Samsung Galaxy S7 Edge",
2323
"Samsung Galaxy S8",
2424
"Samsung Galaxy S9",
25-
"Samsung Galaxy S10"
25+
"Samsung Galaxy S10",
26+
"Pixel C"
2627
)
2728

2829
API_LEVEL = {

documentations/DOCKER-ANDROID-PRO.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ Phone | Nexus 5
5959
Phone | Nexus One
6060
Phone | Nexus S
6161
Tablet | Nexus 7
62+
Tablet | Pixel C
6263

6364

6465
Proxy

0 commit comments

Comments
 (0)