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 11, 2023
1 parent 3908aca commit 67f4dc0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -392,11 +392,11 @@ object DeviceProps {
/**
* Default name of device to spoof.
*/
val defaultDeviceName = "Pixel 8 Pro"
val defaultDeviceName = "Pixel XL"

/**
* Default feature level to spoof up to. Corresponds to what is expected for the device in [defaultDeviceName].
*/
val defaultFeatures = getFeaturesUpTo("Pixel 2023 mid-year")
val defaultFeatures = getFeaturesUpTo("Pixel 2016")

}

0 comments on commit 67f4dc0

Please sign in to comment.