Update demo app and alt device names

This commit is contained in:
2025-08-07 02:13:54 -07:00
parent 354f1a6f96
commit e52e2f76fe
13 changed files with 304 additions and 124 deletions
-1
View File
@@ -33,5 +33,4 @@ android {
dependencies {
implementation(libs.androidx.core.ktx)
implementation(libs.androidx.appcompat)
implementation(libs.material)
}
@@ -41,6 +41,12 @@ object AltDeviceNames {
Triple(listOf("CPH2195"), listOf("Oppo"), listOf("")) to "OPPO A54 5G",
Triple(listOf("OP595DL1", "CPH2583"), listOf("Oppo"), listOf("")) to "OnePlus 12",
// Emulators/sdk
Triple(listOf("sdk_gphone_x86"), listOf("Google"), listOf("")) to "Android SDK (x86)",
Triple(listOf("sdk_gphone_x86_64"), listOf("Google"), listOf("")) to "Android SDK (x86_64)",
Triple(listOf("sdk_gphone_arm64"), listOf("Google"), listOf("")) to "Android SDK (arm64)",
Triple(listOf("sdk_gphone_arm"), listOf("Google"), listOf("")) to "Android SDK (arm)",
// Google
Triple(listOf("Pixel 6"), listOf("Google"), listOf("")) to "Pixel 6",