Merge pull request #493 from jirkace/device_pixel

Allow to use Pixel C as emulator device
This commit is contained in:
Budi Utomo
2025-03-11 08:37:56 +01:00
committed by GitHub
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