Update demo app and alt device names
This commit is contained in:
@@ -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",
|
||||
|
||||
|
||||
Reference in New Issue
Block a user