From 4e97534fbcfbad72a56d92330843f5c1ae31cb35 Mon Sep 17 00:00:00 2001 From: Wolfgang Slany <1747888+wslany@users.noreply.github.com> Date: Tue, 20 Sep 2022 09:32:50 +0200 Subject: [PATCH 1/2] Remove REQUEST_INSTALL_PACKAGES permission request REQUEST_INSTALL_PACKAGES was used to install standalone APKs. This feature has been disabled due to security concerns, so REQUEST_INSTALL_PACKAGES is not needed anymore. --- catroid/src/main/AndroidManifest.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/catroid/src/main/AndroidManifest.xml b/catroid/src/main/AndroidManifest.xml index 41e12965a76..a16af578e0e 100644 --- a/catroid/src/main/AndroidManifest.xml +++ b/catroid/src/main/AndroidManifest.xml @@ -39,7 +39,6 @@ - Date: Sun, 16 Oct 2022 11:09:02 +0200 Subject: [PATCH 2/2] Remove request install packages permissions --- catroid/src/main/AndroidManifest.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/catroid/src/main/AndroidManifest.xml b/catroid/src/main/AndroidManifest.xml index a16af578e0e..9641d578c1d 100644 --- a/catroid/src/main/AndroidManifest.xml +++ b/catroid/src/main/AndroidManifest.xml @@ -41,6 +41,8 @@ + +