We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 88dbde5 + b997803 commit ac251e7Copy full SHA for ac251e7
3 files changed
README.md
@@ -45,6 +45,7 @@ Phone | Nexus 5
45
Phone | Nexus One
46
Phone | Nexus S
47
Tablet | Nexus 7
48
+Tablet | Pixel C
49
50
Requirements
51
------------
cli/src/device/emulator.py
@@ -22,7 +22,8 @@ class Emulator(Device):
22
"Samsung Galaxy S7 Edge",
23
"Samsung Galaxy S8",
24
"Samsung Galaxy S9",
25
- "Samsung Galaxy S10"
+ "Samsung Galaxy S10",
26
+ "Pixel C"
27
)
28
29
API_LEVEL = {
documentations/DOCKER-ANDROID-PRO.md
@@ -59,6 +59,7 @@ Phone | Nexus 5
59
60
61
62
63
64
65
Proxy
0 commit comments