From 67f4dc0fb178fa0dafc2120bc6e0d58c96f4e793 Mon Sep 17 00:00:00 2001 From: Rushi Ranpise <37355997+rushiranpise@users.noreply.github.com> Date: Thu, 12 Oct 2023 01:46:22 +0530 Subject: [PATCH] Update DeviceProps.kt --- .../java/balti/xposed/pixelifygooglephotos/DeviceProps.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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") }