Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 08343528 authored by Torsten Grote's avatar Torsten Grote Committed by Michael Bestas
Browse files

overlay: SimpleDeviceConfig: Adjust values for SeedVault Backup usage

* 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:
* https://github.com/seedvault-app/seedvault/issues/564#issuecomment-1758222387
* https://github.com/seedvault-app/seedvault/issues/583

Test: adb shell device_config list backup_and_restore
Change-Id: Iefe7d5f2ef53300e3368aa6e809b72dd0b0d1db5
parent 76efcbeb
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -56,5 +56,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>