Allow to use Pixel C as emulator device

This commit is contained in:
blackie
2025-03-11 00:07:47 +01:00
parent 88dbde577e
commit b997803064
3 changed files with 4 additions and 1 deletions
+1
View File
@@ -45,6 +45,7 @@ Phone | Nexus 5
Phone | Nexus One
Phone | Nexus S
Tablet | Nexus 7
Tablet | Pixel C
Requirements
------------
+2 -1
View File
@@ -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 = {
+1
View File
@@ -59,6 +59,7 @@ Phone | Nexus 5
Phone | Nexus One
Phone | Nexus S
Tablet | Nexus 7
Tablet | Pixel C
Proxy