From ce9220e6222a623d6e7d1082c4db1256f68ee6d1 Mon Sep 17 00:00:00 2001
From: ale5000 <15793015+ale5000-git@users.noreply.github.com>
Date: Mon, 18 Sep 2023 01:13:41 +0200
Subject: [PATCH] Separates launcher icon from main settings activity (so it
can be disabled without making microG settings inaccessible since there are
launchers that doesn't allow to hide Apps on their own)
---
.../src/main/AndroidManifest.xml | 21 ++++++++++++++++---
1 file changed, 18 insertions(+), 3 deletions(-)
diff --git a/play-services-core/src/main/AndroidManifest.xml b/play-services-core/src/main/AndroidManifest.xml
index 42b3e7eda2..302d4ec9f5 100644
--- a/play-services-core/src/main/AndroidManifest.xml
+++ b/play-services-core/src/main/AndroidManifest.xml
@@ -493,9 +493,9 @@
android:authorities="com.google.android.gms.fonts"
android:exported="true" />
-
+
-
@@ -522,6 +521,22 @@
+
+
+
+
+
+
+
+
+