Skip to content

Commit

Permalink
overlay: SimpleDeviceConfig: Adjust values for SeedVault Backup usage
Browse files Browse the repository at this point in the history
* https://android.googlesource.com/platform/frameworks/base/+/3f82689d2b59f1437479ccb3fb69e662a98ac2fb
  timeout reduced to 5min (from 10min) "our data shows this is a reasonable value."
* However, this affects us, our backup transport service gets destroyed and the backups fails.
* Android 13 had 600000, this is even a bit higher to make it less likely that users run into this problem.

Ref:
* seedvault-app/seedvault#564 (comment)
* seedvault-app/seedvault#583

Test: adb shell device_config list backup_and_restore
Change-Id: Iefe7d5f2ef53300e3368aa6e809b72dd0b0d1db5
  • Loading branch information
grote authored and Dhina17 committed Oct 18, 2024
1 parent ce613db commit 85cbb14
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,9 @@

<!-- Autofill compatibility apps -->
<item>autofill/compat_mode_allowed_packages=com.android.chrome[url_bar]:com.brave.browser[url_bar]:com.brave.browser_beta[url_bar]:com.brave.browser_nightly[url_bar]:com.chrome.beta[url_bar]:com.chrome.dev[url_bar]:com.chrome.canary[url_bar]:com.microsoft.emmx[url_bar]:com.microsoft.emmx.beta[url_bar]:com.microsoft.emmx.canary[url_bar]:com.microsoft.emmx.dev[url_bar]:com.opera.browser[url_field]:com.opera.browser.beta[url_bar]:com.opera.mini.native[url_bar]:com.opera.mini.native.beta[url_bar]:com.sec.android.app.sbrowser[location_bar_edit_text]:com.sec.android.app.sbrowser.beta[location_bar_edit_text]:org.mozilla.fennec_aurora[url_bar]:org.mozilla.firefox[url_bar]:org.mozilla.firefox_beta[url_bar]:org.chromium.chrome[url_bar]</item>

<!-- For SeedVault Backup -->
<item>backup_and_restore/backup_transport_future_timeout_millis=900000</item>
<item>backup_and_restore/backup_transport_callback_timeout_millis=900000</item>
</string-array>
</resources>

0 comments on commit 85cbb14

Please sign in to comment.