From 39d44056600004e1081a3c4ec5da5ef6a4579ea3 Mon Sep 17 00:00:00 2001 From: Philipp Heckel Date: Fri, 9 Dec 2022 21:26:52 -0500 Subject: [PATCH] Completely removed REQUEST_INSTALL_PACKAGES permission instead of stripping it out via gradle (32) --- app/src/main/AndroidManifest.xml | 2 +- app/src/main/java/io/heckel/ntfy/util/Util.kt | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 0950b40..4fb15f4 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -18,7 +18,7 @@ - Google rejected the permission for ntfy, so this permission is STRIPPED OUT by the build process for the Google Play variant of the app. --> - +