Skip to content

Commit

Permalink
Update DeviceProps.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
rushiranpise authored Oct 15, 2023
1 parent bbc4e59 commit 0fc3572
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ object DeviceProps {
Pair("TYPE", "user"),
Pair("TAGS", "release-keys"),
),
"Pixel 2016",
"Pixel 2016 - Pixel XL (original quality)",
getAndroidVersionFromLabel("Q 10.0"),
),

Expand Down Expand Up @@ -367,6 +367,6 @@ object DeviceProps {
/**
* Default feature level to spoof up to. Corresponds to what is expected for the device in [defaultDeviceName].
*/
val defaultFeatures = getFeaturesUpTo("Pixel 2016")
val defaultFeatures = getFeaturesUpTo("Pixel 2016 - Pixel XL (original quality)")

}

0 comments on commit 0fc3572

Please sign in to comment.