diff --git a/app/src/main/java/balti/xposed/pixelifygooglephotos/DeviceProps.kt b/app/src/main/java/balti/xposed/pixelifygooglephotos/DeviceProps.kt index ead141a..4107ceb 100644 --- a/app/src/main/java/balti/xposed/pixelifygooglephotos/DeviceProps.kt +++ b/app/src/main/java/balti/xposed/pixelifygooglephotos/DeviceProps.kt @@ -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") }