From 4f10efee7aa1618390ea1289db20c91dd26fe83e Mon Sep 17 00:00:00 2001 From: ByteHamster Date: Sat, 14 Sep 2024 11:19:15 +0200 Subject: [PATCH] Remove external files permission (#7407) Android documentation: > If your app is on a device that runs API level 19 or higher, > you don't need to declare this permission to read and write files > in your application-specific directories. AntennaPod supports API 21+, so the permission is completely irrelevant. Removing it to "clean up" our permissions list on F-Droid. --- app/src/main/AndroidManifest.xml | 1 - playback/service/src/main/AndroidManifest.xml | 2 -- 2 files changed, 3 deletions(-) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 6efdf5084..bf97020e8 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -4,7 +4,6 @@ android:installLocation="auto"> - diff --git a/playback/service/src/main/AndroidManifest.xml b/playback/service/src/main/AndroidManifest.xml index d5aa49978..cbeda1fb7 100644 --- a/playback/service/src/main/AndroidManifest.xml +++ b/playback/service/src/main/AndroidManifest.xml @@ -2,8 +2,6 @@ xmlns:tools="http://schemas.android.com/tools"> -