From b997803064ed67e3b91b134d26356c47799b3a18 Mon Sep 17 00:00:00 2001 From: blackie Date: Tue, 11 Mar 2025 00:07:47 +0100 Subject: [PATCH] Allow to use Pixel C as emulator device --- README.md | 1 + cli/src/device/emulator.py | 3 ++- documentations/DOCKER-ANDROID-PRO.md | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 687f90a..2857401 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,7 @@ Phone | Nexus 5 Phone | Nexus One Phone | Nexus S Tablet | Nexus 7 +Tablet | Pixel C Requirements ------------ diff --git a/cli/src/device/emulator.py b/cli/src/device/emulator.py index b96529f..83647b8 100644 --- a/cli/src/device/emulator.py +++ b/cli/src/device/emulator.py @@ -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 = { diff --git a/documentations/DOCKER-ANDROID-PRO.md b/documentations/DOCKER-ANDROID-PRO.md index d80ff76..429bce8 100644 --- a/documentations/DOCKER-ANDROID-PRO.md +++ b/documentations/DOCKER-ANDROID-PRO.md @@ -59,6 +59,7 @@ Phone | Nexus 5 Phone | Nexus One Phone | Nexus S Tablet | Nexus 7 +Tablet | Pixel C Proxy