From d6aa4a22978c7ec0dbc88ca6e07cbc788fe0ea4a Mon Sep 17 00:00:00 2001 From: Torsten Grote Date: Mon, 27 Apr 2026 15:17:47 -0300 Subject: [PATCH] Allow a privileged system app to tell us to update all repos This is useful for a setup wizard app that wants to ensure the repos are loaded during setup, so a restore from backup can already link to our apps, and we will find them. --- app/src/main/AndroidManifest.xml | 17 ++++++++++++ .../org/fdroid/repo/RepoUpdateWorker.kt | 1 + .../ui/repositories/UpdateRepoActivity.kt | 27 +++++++++++++++++++ 3 files changed, 45 insertions(+) create mode 100644 app/src/main/kotlin/org/fdroid/ui/repositories/UpdateRepoActivity.kt diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 867162373..d6f6e0fc1 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -25,6 +25,12 @@ + + + + + + + + + +