From ed36157049ad3c1cf6eeade194420c3cc1cd4ef5 Mon Sep 17 00:00:00 2001 From: Giovanni Ricca Date: Fri, 8 Nov 2024 15:27:17 +0100 Subject: [PATCH] Updater: Set SYSTEM_UPDATE_SETTINGS priority higher than GMS For whatever reason, when both SYSTEM_UPDATE_SETTINGS components have the same priority and the first one is disabled (in this case, the GMS one), it doesn't seem to fallback to the next enabled one and instead shows a "No apps can perform this action" message. To avoid that, let's just set higher priority. 9a6853 com.google.android.gms/.update.SystemUpdateActivity filter b9e590 Action: "android.settings.SYSTEM_UPDATE_SETTINGS" Category: "android.intent.category.DEFAULT" mPriority=1, mOrder=0, mHasStaticPartialTypes=false, mHasDynamicPartialTypes=false Change-Id: I886a714304fe6d1906af7e1702ecaf2238bd8cb0 --- app/src/main/AndroidManifest.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 80fd2bcb..5ecd007e 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -30,7 +30,7 @@ android:exported="true" android:theme="@style/AppTheme.NoActionBar" android:launchMode="singleTop"> - +