Skip to content

Commit

Permalink
Update ActivityMain.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
rushiranpise authored Oct 13, 2023
1 parent 8ee21cf commit 082e492
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ class ActivityMain: AppCompatActivity(R.layout.activity_main) {
pref?.edit()?.run {
putString(PREF_DEVICE_TO_SPOOF, DeviceProps.defaultDeviceName)
putBoolean(PREF_OVERRIDE_ROM_FEATURE_LEVELS, true)
putBoolean(PREF_STRICTLY_CHECK_GOOGLE_PHOTOS, true)
putBoolean(PREF_STRICTLY_CHECK_GOOGLE_PHOTOS, false)
putStringSet(
PREF_SPOOF_FEATURES_LIST,
DeviceProps.defaultFeatures.map { it.displayName }.toSet()
Expand Down Expand Up @@ -510,4 +510,4 @@ class ActivityMain: AppCompatActivity(R.layout.activity_main) {
}
}

}
}

0 comments on commit 082e492

Please sign in to comment.