From f303d3c48bf20321fcbdc0f9b704853776bc7b6c Mon Sep 17 00:00:00 2001 From: Julian Raufelder Date: Tue, 30 Nov 2021 14:22:33 +0100 Subject: [PATCH] Request "REQUEST_INSTALL_PACKAGES" permission only in apkstore variant Fixes #392 --- presentation/src/apkstore/AndroidManifest.xml | 8 ++++++++ presentation/src/main/AndroidManifest.xml | 1 - 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 presentation/src/apkstore/AndroidManifest.xml diff --git a/presentation/src/apkstore/AndroidManifest.xml b/presentation/src/apkstore/AndroidManifest.xml new file mode 100644 index 00000000..f0b9b94c --- /dev/null +++ b/presentation/src/apkstore/AndroidManifest.xml @@ -0,0 +1,8 @@ + + + + + + + diff --git a/presentation/src/main/AndroidManifest.xml b/presentation/src/main/AndroidManifest.xml index 5b155c10..f2d450da 100644 --- a/presentation/src/main/AndroidManifest.xml +++ b/presentation/src/main/AndroidManifest.xml @@ -10,7 +10,6 @@ -